#3A075F
A dark, vivid purple closely aligning with Midnightblue.
About #3A075F
At its core, #3A075F is a dark and vivid hue. Its closest recognized web color is Midnightblue. Its digital footprint relies on 58 parts red, 7 parts green, and 95 parts blue light.
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 39% C, 93% M, 0% Y, and 63% K. This makes it a relatively dark color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. Because it is a dark color, it is generally recommended to use #FFFFFF text. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#3A075F
RGB58, 7, 95
HSL274.8°, 86.3%, 20.0%
CMYK39%, 93%, 0%, 63%
HSV274.8°, 92.6%, 37.3%
LAB14.8, 39.4, -39.9
XYZ3.9, 1.9, 11.0
Decimal3802975
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
15.27:1
Text on #FFFFFF
AAA
1.38:1
Text on #000000
FAIL
14.59:1
Text on #F8FAFC
AAA
1.17:1
Text on #0F172A
FAIL
CSS Implementation
.bg-color {
background-color: #3A075F;
}
.text-color {
color: #3A075F;
}
.border-color {
border: 2px solid #3A075F;
}