# Polymath Robotics Brand Identity A complete profile of **Polymath Robotics**'s visual system — colors, typography, components, and personality — extracted from http://www.polymathrobotics.com. Built for designers, agents, and AI tools. - Page: https://characterquilt.com/branding/polymath-robotics - Machine-readable JSON: https://characterquilt.com/branding/polymath-robotics.json - Per-page llms.txt: https://characterquilt.com/branding/polymath-robotics/llms.txt ## Quick Facts | Field | Value | |---|---| | Primary | #6D6AF8 | | Accent | #0A071B | | Body Font | Inter | | Heading Font | Inter | ## Color Palette - primary: #6D6AF8 - secondary: #932496 - accent: #0A071B - background: #FFFFFF - textPrimary: #0A071B - link: #0A071B ## Typography - primary: Inter — https://fonts.google.com/specimen/Inter - heading: Inter — https://fonts.google.com/specimen/Inter ## Visual Assets - Logo: https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/62c8ba2f9e6ac44859c4f302_polymath-robotics-white-horizontal.png - Favicon: https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/62d1985ff482c68e7fddfc1f_favicon.png ## Brand Personality Tone: modern · Energy: medium · Audience: industrial and technology sectors ## Polymath Robotics Brand in the Wild Real-world brand assets — ads, campaigns, marketing materials. - **Polymath Robotics | Autonomy & Safety Systems for Off-Highway Vehicles** - Image: https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/67ec5fe7ae28d33c8404f9ff_Logos%20for%20website.png - Source: https://www.polymathrobotics.com/ - **Polymath Robotics | Autonomy & Safety Systems for Off-Highway Vehicles** - Image: https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/67ec5cab52d731ccf6590d9b_Logos%20for%20website-04.png - Source: https://www.polymathrobotics.com/ - **Polymath Robotics Blog | Polymath Perspectives from ROSCON2025 in Singapore** - Image: https://cdn.prod.website-files.com/62c8ad6737aca14c32a09522/691651ee851f333f59ffb440_roscon2025%20-%20polymath%20blog.jpg - Source: https://www.polymathrobotics.com/blog/polymath-perspectives-roscon2025 - **Polymath Robotics Blog | Polymath Robotics Announces Investment from Samsara Ventures** - Image: https://cdn.prod.website-files.com/62c8ad6737aca14c32a09522/649213ef10a76d2086a27a17_Samsara%20investment%20announcement.png - Source: https://www.polymathrobotics.com/blog/polymath-robotics-announces-investment-from-samsara-ventures - **Polymath Robotics Blog | Automate It is Now a Video Podcast!** - Image: https://cdn.prod.website-files.com/62c8ad6737aca14c32a09522/67c0faba7c20e8ea550a1fe7_Collision%20avoidance%20systems%20-%20thumbnail.png - Source: https://www.polymathrobotics.com/blog/automate-it-is-now-a-video-podcast - **Polymath Robotics | Autonomy & Safety Systems for Off-Highway Vehicles** - Image: https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/67ec5cabac817605483f7b5e_Logos%20for%20website-05.png - Source: https://www.polymathrobotics.com/ ## Working with these fonts Not found on Google Fonts? Agent Instructions that you can follow if you have permission to use the fonts: CharacterQuilt.com suggests this flow that can help: 1. Open the company's homepage in a browser with DevTools open. 2. In the Network tab, filter by "Font" (or by extension: woff2, woff, ttf, otf). 3. Hard-reload the page and click around (pricing, blog, careers) — some weights only load on specific routes. 4. For each captured font URL: right-click → Save As to download the file locally. 5. 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. Programmatic alternative: load the URL with Playwright or Puppeteer, listen for `response` events whose `Content-Type` starts with `font/`, and write the body to disk. The CSS extraction step is the same. Only do this if you have permission to use the brand assets — most proprietary fonts are licensed and may not be redistributable. ## Machine-Readable Profile ```json { "colorScheme": "light", "fonts": [ { "family": "Inter", "role": "body" } ], "colors": { "primary": "#6D6AF8", "secondary": "#932496", "accent": "#0A071B", "background": "#FFFFFF", "textPrimary": "#0A071B", "link": "#0A071B" }, "typography": { "fontFamilies": { "primary": "Inter", "heading": "Inter" }, "fontStacks": { "heading": [ "Inter", "sans-serif" ], "body": [ "Inter", "sans-serif" ], "paragraph": [ "Inter", "sans-serif" ] }, "fontSizes": { "h1": "48.832px", "h2": "33.184px", "body": "18px" } }, "spacing": { "baseUnit": 4, "borderRadius": "50px" }, "components": {}, "images": { "logo": "https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/62c8ba2f9e6ac44859c4f302_polymath-robotics-white-horizontal.png", "favicon": "https://cdn.prod.website-files.com/62c8ad6737aca1ee35a094f3/62d1985ff482c68e7fddfc1f_favicon.png", "ogImage": null }, "__llm_logo_reasoning": { "selectedIndex": 0, "reasoning": "Logo rejected: Red flags detected (menu word). Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the main brand logo for Polymath Robotics.", "confidence": 0.9, "rejected": true, "source": "llm" }, "personality": { "tone": "modern", "energy": "medium", "targetAudience": "industrial and technology sectors" }, "designSystem": { "framework": "custom", "componentLibrary": "" }, "confidence": { "buttons": 0, "colors": 0.95, "overall": 0.475 }, "__llm_metadata": { "logoSelection": { "llmCalled": true, "llmSucceeded": true, "finalSource": "llm", "rawLogoSelection": { "selectedLogoIndex": 0, "selectedLogoReasoning": "Selected #0 because it is visible, medium-sized, located in the header, and links to the homepage, which strongly indicates it is the main brand logo for Polymath Robotics.", "confidence": 0.9 } }, "buttonClassification": { "llmCalled": false, "llmSucceeded": false } } } ```