Shades of Indigo #420E75
Tints of Indigo #420E75
RGB
CMYK
RGB Variations
Color information
#420E75 (or 0x420E75) is known color: Indigo. HEX triplet: 42, 0E and 75. RGB value is (66,14,117). Sum of RGB (Red+Green+Blue) = 66+14+117=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 14 (5.86% from 255 or 7.11% from 197); Blue value is 117 (46.09% from 255 or 59.39% from 197); Max value from RGB is 117 - color contains mainly: blue. Hex color #420E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420E75 is #BDF18A. Grayscale: #282828. Windows color (decimal): -12448139 or 7671362. OLE color: 7671362.
HSL color Cylindrical-coordinate representation of color #420E75: hue angle of 270.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #420E75 is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 14 | 117 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.54 |
| HSL | 270.29º | 0.79% | 0.26% | - |
| HSV(B) | 270.29º | 0.88% | 0.46% | - |
| XYZ | 5.61 | 2.76 | 17.07 | - |
| YUV | 41.29 | 170.73 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 14 | 117 | 0.44 | 0.88 | 0 | 0.54 | 270.29 | 0.79 | 0.26 |
| Hex | 42 | E | 75 | 2C | 58 | 0 | 36 | 10E | 4F | 1A |
| Octal | 102 | 16 | 165 | 54 | 130 | 0 | 66 | 416 | 117 | 32 |
| Binary | 1000010 | 1110 | 1110101 | 101100 | 1011000 | 0 | 110110 | 100001110 | 1001111 | 11010 |
Color Harmonies of #420E75
Complementary color
Monochromatic Colors of #420E75
Black with #420E75
Text Example
Text Example
White with #420E75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420E75; }
p { color: rgb(66,14,117); }
H1.HeaderClassName
{
color: #420E75;
}
.AnyTagClassName
{
color: #420E75;
}
</style>
background-color css
<style>
a { background-color: #420E75; }
a { background-color: rgb(66,14,117); }
div.DivClassName
{
background-color: #420E75;
}
.BgClassName
{
background-color: #420E75;
}
</style>
border-color css
<style>
span { border-color: #420E75; }
span { border-color: rgb(66,14,117); }
td.TdClassName
{
border-color: #420E75;
}
.TagClassName
{
border-color: #420E75;
}
</style>