Shades of Indigo #420290
Tints of Indigo #420290
RGB
CMYK
RGB Variations
Color information
#420290 (or 0x420290) is known color: Indigo. HEX triplet: 42, 02 and 90. RGB value is (66,2,144). Sum of RGB (Red+Green+Blue) = 66+2+144=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 2 (1.17% from 255 or 0.94% from 212); Blue value is 144 (56.64% from 255 or 67.92% from 212); Max value from RGB is 144 - color contains mainly: blue. Hex color #420290 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420290 is #BDFD6F. Grayscale: #242424. Windows color (decimal): -12451184 or 9437762. OLE color: 9437762.
HSL color Cylindrical-coordinate representation of color #420290: hue angle of 267.04º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420290 is Cyan = 0.54, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 66 | 2 | 144 | - |
| CMYK | 0.54 | 0.99 | 0 | 0.44 |
| HSL | 267.04º | 0.97% | 0.29% | - |
| HSV(B) | 267.04º | 0.99% | 0.56% | - |
| XYZ | 7.3 | 3.22 | 26.62 | - |
| YUV | 37.32 | 188.2 | 148.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 144 | 0.54 | 0.99 | 0 | 0.44 | 267.04 | 0.97 | 0.29 |
| Hex | 42 | 2 | 90 | 36 | 63 | 0 | 2C | 10B | 61 | 1D |
| Octal | 102 | 2 | 220 | 66 | 143 | 0 | 54 | 413 | 141 | 35 |
| Binary | 1000010 | 10 | 10010000 | 110110 | 1100011 | 0 | 101100 | 100001011 | 1100001 | 11101 |
Color Harmonies of #420290
Complementary color
Monochromatic Colors of #420290
Black with #420290
Text Example
Text Example
White with #420290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420290; }
p { color: rgb(66,2,144); }
H1.HeaderClassName
{
color: #420290;
}
.AnyTagClassName
{
color: #420290;
}
</style>
background-color css
<style>
a { background-color: #420290; }
a { background-color: rgb(66,2,144); }
div.DivClassName
{
background-color: #420290;
}
.BgClassName
{
background-color: #420290;
}
</style>
border-color css
<style>
span { border-color: #420290; }
span { border-color: rgb(66,2,144); }
td.TdClassName
{
border-color: #420290;
}
.TagClassName
{
border-color: #420290;
}
</style>