hioperator.json
HiOperator Brand Identity
A complete profile of HiOperator's visual system — colors, typography, components, and personality — extracted from http://www.hioperator.com. Built for designers, agents, and AI tools.
Quick Facts
| Field | Value |
|---|---|
| Primary | #7545FF |
| Accent | #7545FF |
| Body Font | Space Grotesk |
| Heading Font | Space Grotesk |
Color Palette
- primary: #7545FF
- secondary: #40406A
- accent: #7545FF
- background: #FFFFFF
- textPrimary: #171663
- link: #171663
Typography
- primary: Space Grotesk — Space Grotesk
- heading: Space Grotesk — Space Grotesk
Visual Assets
- Logo:
- Favicon:
UI Components
- input: background=#FFFFFF, textColor=#40406A, borderColor=#FFFFFF, borderRadius=12px, shadow=none
- buttonPrimary: background=#7545FF, textColor=#FFFFFF, borderRadius=10px, shadow=none
- buttonSecondary: background=#FFFFFF, textColor=#171663, borderColor=#DADAE3, borderRadius=24px, shadow=none
Brand Personality
Tone: modern · Energy: medium · Audience: businesses seeking customer service solutions
HiOperator Brand in the Wild
Real-world brand assets — ads, campaigns, marketing materials.
- HiOperator | About Us
- Image:
- Source: About Us
- HiOperator | Retail & E-Commerce Customer Support
- Image:
- Source: Retail & E-Commerce
- HiOperator | Overview
- Image:
- Source: Overview
- The Fine Line of Artificial Intelligence in Customer Service
- Image:
- Source: Blog
- Media, Entertainment & Gaming | HiOperator
- Image:
- Source: Media, Entertainment & Gaming
Working with these fonts
Not found on Google Fonts? Follow these instructions if you have permission to use the fonts:
- Open the company's homepage in a browser with DevTools open.
- In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf).
- Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes.
- For each captured font URL: right-click → Save As to download the file locally.
- View the page's CSS (DevTools → Sources, or curl the stylesheet URLs) and copy out the matching @font-face declarations. Rewrite each
src: url(...)to point to your local file path.
Machine-Readable Profile
{
"colorScheme": "light",
"fonts": [
{
"family": "Space Grotesk",
"role": "body"
}
],
"colors": {
"primary": "#7545FF",
"secondary": "#40406A",
"accent": "#7545FF",
"background": "#FFFFFF",
"textPrimary": "#171663",
"link": "#171663"
},
"typography": {
"fontFamilies": {
"primary": "Space Grotesk",
"heading": "Space Grotesk"
},
"fontStacks": {
"heading": [
"Space Grotesk",
"sans-serif"
],
"body": [
"Space Grotesk",
"sans-serif"
],
"paragraph": [
"Space Grotesk",
"sans-serif"
]
},
"fontSizes": {
"h1": "56px",
"h2": "36px",
"body": "18px"
}
},
"spacing": {
"baseUnit": 8,
"borderRadius": "0px"
},
"components": {
"input": {
"background": "#FFFFFF",
"textColor": "#40406A",
"borderColor": "#FFFFFF",
"borderRadius": "12px",
"borderRadiusCorners": {
"topLeft": "12px",
"topRight": "12px",
"bottomRight": "12px",
"bottomLeft": "12px"
},
"shadow": "none"
},
"buttonPrimary": {
"background": "#7545FF",
"textColor": "#FFFFFF",
"borderRadius": "10px",
"borderRadiusCorners": {
"topLeft": "10px",
"topRight": "10px",
"bottomRight": "10px",
"bottomLeft": "10px"
},
"shadow": "none"
},
"buttonSecondary": {
"background": "#FFFFFF",
"textColor": "#171663",
"borderColor": "#DADAE3",
"borderRadius": "24px",
"borderRadiusCorners": {
"topLeft": "24px",
"topRight": "24px",
"bottomRight": "24px",
"bottomLeft": "24px"
},
"shadow": "none"
}
},
"images": {
"logo": "https://cdn.prod.website-files.com/5fd63485e589faf92a0e5a3e/5fd64acac2fe792a091f403f_logo-light%402x.png",
"favicon": "https://cdn.prod.website-files.com/5fd63485e589faf92a0e5a3e/5fd6adf6e589fac2fc105429_favicon-32x32.png",
"ogImage": null
}
}