Shades of Indigo #420A81
Tints of Indigo #420A81
RGB
CMYK
RGB Variations
Color information
#420A81 (or 0x420A81) is known color: Indigo. HEX triplet: 42, 0A and 81. RGB value is (66,10,129). Sum of RGB (Red+Green+Blue) = 66+10+129=205 (27% of max value = 765). Red value is 66 (26.17% from 255 or 32.20% from 205); Green value is 10 (4.30% from 255 or 4.88% from 205); Blue value is 129 (50.78% from 255 or 62.93% from 205); Max value from RGB is 129 - color contains mainly: blue. Hex color #420A81 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420A81 is #BDF57E. Grayscale: #272727. Windows color (decimal): -12449151 or 8456770. OLE color: 8456770.
HSL color Cylindrical-coordinate representation of color #420A81: hue angle of 268.24º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #420A81 is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 66 | 10 | 129 | - |
| CMYK | 0.49 | 0.92 | 0 | 0.49 |
| HSL | 268.24º | 0.86% | 0.27% | - |
| HSV(B) | 268.24º | 0.92% | 0.51% | - |
| XYZ | 6.32 | 2.96 | 21.01 | - |
| YUV | 40.31 | 178.05 | 146.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 10 | 129 | 0.49 | 0.92 | 0 | 0.49 | 268.24 | 0.86 | 0.27 |
| Hex | 42 | A | 81 | 31 | 5C | 0 | 31 | 10C | 56 | 1B |
| Octal | 102 | 12 | 201 | 61 | 134 | 0 | 61 | 414 | 126 | 33 |
| Binary | 1000010 | 1010 | 10000001 | 110001 | 1011100 | 0 | 110001 | 100001100 | 1010110 | 11011 |
Color Harmonies of #420A81
Complementary color
Monochromatic Colors of #420A81
Black with #420A81
Text Example
Text Example
White with #420A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420A81; }
p { color: rgb(66,10,129); }
H1.HeaderClassName
{
color: #420A81;
}
.AnyTagClassName
{
color: #420A81;
}
</style>
background-color css
<style>
a { background-color: #420A81; }
a { background-color: rgb(66,10,129); }
div.DivClassName
{
background-color: #420A81;
}
.BgClassName
{
background-color: #420A81;
}
</style>
border-color css
<style>
span { border-color: #420A81; }
span { border-color: rgb(66,10,129); }
td.TdClassName
{
border-color: #420A81;
}
.TagClassName
{
border-color: #420A81;
}
</style>