#490F99
A dark, vivid purple closely aligning with Indigo.
About #490F99
The hex code #490F99 represents a beautifully specific shade of purple. If you're using CSS, you might find it aligns closely with Indigo. In the RGB color space, it consists of 73 red, 15 green, and 153 blue.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 52% C, 90% M, 0% Y, and 40% K. The HSL representation is 265.2° hue, 82.1% saturation, and 32.9% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#490F99
RGB73, 15, 153
HSL265.2°, 82.1%, 32.9%
CMYK52%, 90%, 0%, 40%
HSV265.2°, 90.2%, 60.0%
LAB23.9, 53.2, -62.1
XYZ8.7, 4.1, 30.5
Decimal4788121
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
11.59:1
Text on #FFFFFF
AAA
1.81:1
Text on #000000
FAIL
11.08:1
Text on #F8FAFC
AAA
1.54:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #490F99;
}
.text-color {
color: #490F99;
}
.border-color {
border: 2px solid #490F99;
}