#3A167C
A dark, moderate purple closely aligning with Midnightblue.
About #3A167C
When working with digital screens, the color #3A167C is rendered by mixing light. If you're using CSS, you might find it aligns closely with Midnightblue. In the RGB color space, it consists of 58 red, 22 green, and 124 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 53% C, 82% M, 0% Y, and 51% K. The HSL representation is 261.2° hue, 69.9% saturation, and 28.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. The calculated luminance score dictates that #FFFFFF typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#3A167C
RGB58, 22, 124
HSL261.2°, 69.9%, 28.6%
CMYK53%, 82%, 0%, 51%
HSV261.2°, 82.3%, 48.6%
LAB19.8, 41.2, -50.8
XYZ5.7, 2.9, 19.3
Decimal3806844
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
13.24:1
Text on #FFFFFF
AAA
1.59:1
Text on #000000
FAIL
12.66:1
Text on #F8FAFC
AAA
1.35:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A167C;
}
.text-color {
color: #3A167C;
}
.border-color {
border: 2px solid #3A167C;
}