Shades of Indigo #420092
Tints of Indigo #420092
RGB
CMYK
RGB Variations
Color information
#420092 (or 0x420092) is known color: Indigo. HEX triplet: 42, 00 and 92. RGB value is (66,0,146). Sum of RGB (Red+Green+Blue) = 66+0+146=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #420092 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420092 is #BDFF6D. Grayscale: #232323. Windows color (decimal): -12451694 or 9568322. OLE color: 9568322.
HSL color Cylindrical-coordinate representation of color #420092: hue angle of 267.12º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #420092 is Cyan = 0.55, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 66 | 0 | 146 | - |
| CMYK | 0.55 | 1 | 0 | 0.43 |
| HSL | 267.12º | 1% | 0.29% | - |
| HSV(B) | 267.12º | 1% | 0.57% | - |
| XYZ | 7.44 | 3.23 | 27.43 | - |
| YUV | 36.38 | 189.87 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 0 | 146 | 0.55 | 1 | 0 | 0.43 | 267.12 | 1 | 0.29 |
| Hex | 42 | 0 | 92 | 37 | 64 | 0 | 2B | 10B | 64 | 1D |
| Octal | 102 | 0 | 222 | 67 | 144 | 0 | 53 | 413 | 144 | 35 |
| Binary | 1000010 | 0 | 10010010 | 110111 | 1100100 | 0 | 101011 | 100001011 | 1100100 | 11101 |
Color Harmonies of #420092
Complementary color
Monochromatic Colors of #420092
Black with #420092
Text Example
Text Example
White with #420092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420092; }
p { color: rgb(66,0,146); }
H1.HeaderClassName
{
color: #420092;
}
.AnyTagClassName
{
color: #420092;
}
</style>
background-color css
<style>
a { background-color: #420092; }
a { background-color: rgb(66,0,146); }
div.DivClassName
{
background-color: #420092;
}
.BgClassName
{
background-color: #420092;
}
</style>
border-color css
<style>
span { border-color: #420092; }
span { border-color: rgb(66,0,146); }
td.TdClassName
{
border-color: #420092;
}
.TagClassName
{
border-color: #420092;
}
</style>