Shades of Indigo #420D76
Tints of Indigo #420D76
RGB
CMYK
RGB Variations
Color information
#420D76 (or 0x420D76) is known color: Indigo. HEX triplet: 42, 0D and 76. RGB value is (66,13,118). Sum of RGB (Red+Green+Blue) = 66+13+118=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 13 (5.47% from 255 or 6.60% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #420D76 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420D76 is #BDF289. Grayscale: #282828. Windows color (decimal): -12448394 or 7736642. OLE color: 7736642.
HSL color Cylindrical-coordinate representation of color #420D76: hue angle of 270.29º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #420D76 is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 66 | 13 | 118 | - |
| CMYK | 0.44 | 0.89 | 0 | 0.54 |
| HSL | 270.29º | 0.8% | 0.26% | - |
| HSV(B) | 270.29º | 0.89% | 0.46% | - |
| XYZ | 5.66 | 2.75 | 17.37 | - |
| YUV | 40.82 | 171.56 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 13 | 118 | 0.44 | 0.89 | 0 | 0.54 | 270.29 | 0.8 | 0.26 |
| Hex | 42 | D | 76 | 2C | 59 | 0 | 36 | 10E | 50 | 1A |
| Octal | 102 | 15 | 166 | 54 | 131 | 0 | 66 | 416 | 120 | 32 |
| Binary | 1000010 | 1101 | 1110110 | 101100 | 1011001 | 0 | 110110 | 100001110 | 1010000 | 11010 |
Color Harmonies of #420D76
Complementary color
Monochromatic Colors of #420D76
Black with #420D76
Text Example
Text Example
White with #420D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420D76; }
p { color: rgb(66,13,118); }
H1.HeaderClassName
{
color: #420D76;
}
.AnyTagClassName
{
color: #420D76;
}
</style>
background-color css
<style>
a { background-color: #420D76; }
a { background-color: rgb(66,13,118); }
div.DivClassName
{
background-color: #420D76;
}
.BgClassName
{
background-color: #420D76;
}
</style>
border-color css
<style>
span { border-color: #420D76; }
span { border-color: rgb(66,13,118); }
td.TdClassName
{
border-color: #420D76;
}
.TagClassName
{
border-color: #420D76;
}
</style>