#3A0075
A dark, vivid purple closely aligning with Indigo.
About #3A0075
When working with digital screens, the color #3A0075 is rendered by mixing light. 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 58, 0, and 117.
If you are designing for print, the four-color process is what matters most. The color uses 50% Cyan, 100% Magenta, 0% Yellow, and 54% Black. The HSL representation is 269.7° hue, 100.0% saturation, and 22.9% lightness.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #FFFFFF text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#3A0075
RGB58, 0, 117
HSL269.7°, 100.0%, 22.9%
CMYK50%, 100%, 0%, 54%
HSV269.7°, 100.0%, 45.9%
LAB16.4, 47.0, -51.8
XYZ5.0, 2.2, 17.0
Decimal3801205
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
14.62:1
Text on #FFFFFF
AAA
1.44:1
Text on #000000
FAIL
13.97:1
Text on #F8FAFC
AAA
1.22:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A0075;
}
.text-color {
color: #3A0075;
}
.border-color {
border: 2px solid #3A0075;
}