Shades of Indigo #420096
Tints of Indigo #420096
RGB
CMYK
RGB Variations
Color information
#420096 (or 0x420096) is known color: Indigo. HEX triplet: 42, 00 and 96. RGB value is (66,0,150). Sum of RGB (Red+Green+Blue) = 66+0+150=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 150 (58.98% from 255 or 69.44% from 216); Max value from RGB is 150 - color contains mainly: blue. Hex color #420096 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420096 is #BDFF69. Grayscale: #242424. Windows color (decimal): -12451690 or 9830466. OLE color: 9830466.
HSL color Cylindrical-coordinate representation of color #420096: hue angle of 266.4º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420096 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 66 | 0 | 150 | - |
| CMYK | 0.56 | 1 | 0 | 0.41 |
| HSL | 266.4º | 1% | 0.29% | - |
| HSV(B) | 266.4º | 1% | 0.59% | - |
| XYZ | 7.75 | 3.36 | 29.09 | - |
| YUV | 36.83 | 191.87 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 150 | 0.56 | 1 | 0 | 0.41 | 266.4 | 1 | 0.29 |
| Hex | 42 | 0 | 96 | 38 | 64 | 0 | 29 | 10A | 64 | 1D |
| Octal | 102 | 0 | 226 | 70 | 144 | 0 | 51 | 412 | 144 | 35 |
| Binary | 1000010 | 0 | 10010110 | 111000 | 1100100 | 0 | 101001 | 100001010 | 1100100 | 11101 |
Color Harmonies of #420096
Complementary color
Monochromatic Colors of #420096
Black with #420096
Text Example
Text Example
White with #420096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420096; }
p { color: rgb(66,0,150); }
H1.HeaderClassName
{
color: #420096;
}
.AnyTagClassName
{
color: #420096;
}
</style>
background-color css
<style>
a { background-color: #420096; }
a { background-color: rgb(66,0,150); }
div.DivClassName
{
background-color: #420096;
}
.BgClassName
{
background-color: #420096;
}
</style>
border-color css
<style>
span { border-color: #420096; }
span { border-color: rgb(66,0,150); }
td.TdClassName
{
border-color: #420096;
}
.TagClassName
{
border-color: #420096;
}
</style>