Indigo (Purple)
#491362
RGB: 73, 19, 98
Color OverviewHEX #491362

#491362 Color Code Information

In the RGB color space, #491362 is composed of 29% red, 7% green, and 38% blue. In the HSL color space, it has a hue of 281°, saturation of 68%, and lightness of 23%.

HEX
#491362
RGB
73, 19, 98
HSL
281°, 68%, 23%
HSV
281°, 81%, 38%
CMYK
26%, 81%, 0%, 62%
Name Match
Indigo
Closest Standard

Shades of #491362 (Darker Variations)

Shades are created by progressively mixing the base color with black.

Tints of #491362 (Lighter Variations)

Tints are created by progressively mixing the base color with pure white.

Tones of #491362 (Muted Variations)

Tones are created by mixing the base color with true neutral gray.

Color Harmonies for #491362

Calculated color schemes based on classic color wheel angles for graphic and web design.

WCAG Accessibility Contrast Ratios

Verification against Web Content Accessibility Guidelines (WCAG 2.1) standards for web text readability.

Sample Text on #491362 Background
Contrast Ratio against Pure White (#FFFFFF):13.52 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)
Sample Text on #491362 Background
Contrast Ratio against Pure Black (#000000):1.55 : 1
WCAG AA (4.5:1)
WCAG AAA (7.0:1)

Developer Code Snippets & Tailwind CSS

CSS Variables & Declarations
:root {
  --color-brand: #491362;
}

.element {
  color: #491362;
  background-color: #491362;
  border-color: #491362;
}
Tailwind CSS v4 Utility Classes
<!-- Tailwind Arbitrary Values -->
<div className="bg-[#491362] text-[#491362] border-[#491362]">
  Content styled with #491362
</div>