#501D92
A dark, moderate purple closely aligning with Indigo.
About #501D92
When working with digital screens, the color #501D92 is rendered by mixing light. Its closest recognized web color is Indigo. In the RGB color space, it consists of 80 red, 29 green, and 146 blue.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 45% Cyan, 80% Magenta, 0% Yellow, and 43% Black. The HSL representation is 266.2° hue, 66.9% saturation, and 34.3% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #FFFFFF text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#501D92
RGB80, 29, 146
HSL266.2°, 66.9%, 34.3%
CMYK45%, 80%, 0%, 43%
HSV266.2°, 80.1%, 57.3%
LAB25.7, 47.4, -54.6
XYZ8.9, 4.7, 27.6
Decimal5250450
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
10.87:1
Text on #FFFFFF
AAA
1.93:1
Text on #000000
FAIL
10.39:1
Text on #F8FAFC
AAA
1.64:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #501D92;
}
.text-color {
color: #501D92;
}
.border-color {
border: 2px solid #501D92;
}