Shades of Indigo #420099
Tints of Indigo #420099
RGB
CMYK
RGB Variations
Color information
#420099 (or 0x420099) is known color: Indigo. HEX triplet: 42, 00 and 99. RGB value is (66,0,153). Sum of RGB (Red+Green+Blue) = 66+0+153=219 (29% of max value = 765). Red value is 66 (26.17% from 255 or 30.14% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 153 (60.16% from 255 or 69.86% from 219); Max value from RGB is 153 - color contains mainly: blue. Hex color #420099 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420099 is #BDFF66. Grayscale: #242424. Windows color (decimal): -12451687 or 10027074. OLE color: 10027074.
HSL color Cylindrical-coordinate representation of color #420099: hue angle of 265.88º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420099 is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 66 | 0 | 153 | - |
| CMYK | 0.57 | 1 | 0 | 0.4 |
| HSL | 265.88º | 1% | 0.3% | - |
| HSV(B) | 265.88º | 1% | 0.6% | - |
| XYZ | 8 | 3.46 | 30.38 | - |
| YUV | 37.18 | 193.37 | 148.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 153 | 0.57 | 1 | 0 | 0.4 | 265.88 | 1 | 0.3 |
| Hex | 42 | 0 | 99 | 39 | 64 | 0 | 28 | 10A | 64 | 1E |
| Octal | 102 | 0 | 231 | 71 | 144 | 0 | 50 | 412 | 144 | 36 |
| Binary | 1000010 | 0 | 10011001 | 111001 | 1100100 | 0 | 101000 | 100001010 | 1100100 | 11110 |
Color Harmonies of #420099
Complementary color
Monochromatic Colors of #420099
Black with #420099
Text Example
Text Example
White with #420099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420099; }
p { color: rgb(66,0,153); }
H1.HeaderClassName
{
color: #420099;
}
.AnyTagClassName
{
color: #420099;
}
</style>
background-color css
<style>
a { background-color: #420099; }
a { background-color: rgb(66,0,153); }
div.DivClassName
{
background-color: #420099;
}
.BgClassName
{
background-color: #420099;
}
</style>
border-color css
<style>
span { border-color: #420099; }
span { border-color: rgb(66,0,153); }
td.TdClassName
{
border-color: #420099;
}
.TagClassName
{
border-color: #420099;
}
</style>