#331D92
A dark, moderate blue closely aligning with Indigo.
About #331D92
Visually, #331D92 is defined as a moderate blue. If you're using CSS, you might find it aligns closely with Indigo. To achieve this exact tint on a monitor, you would use an RGB mix of 51, 29, and 146.
When sending designs containing this color to a printer, the CMYK values come into play. The color uses 65% Cyan, 80% Magenta, 0% Yellow, and 43% Black. This makes it a relatively light color when applied to physical surfaces.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Because it is a dark color, it is generally recommended to use #FFFFFF text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#331D92
RGB51, 29, 146
HSL251.3°, 66.9%, 34.3%
CMYK65%, 80%, 0%, 43%
HSV251.3°, 80.1%, 57.3%
LAB22.5, 43.5, -60.1
XYZ7.0, 3.7, 27.5
Decimal3349906
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
12.13:1
Text on #FFFFFF
AAA
1.73:1
Text on #000000
FAIL
11.59:1
Text on #F8FAFC
AAA
1.47:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #331D92;
}
.text-color {
color: #331D92;
}
.border-color {
border: 2px solid #331D92;
}