Shades of Indigo #420294
Tints of Indigo #420294
RGB
CMYK
RGB Variations
Color information
#420294 (or 0x420294) is known color: Indigo. HEX triplet: 42, 02 and 94. RGB value is (66,2,148). Sum of RGB (Red+Green+Blue) = 66+2+148=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 2 (1.17% from 255 or 0.93% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #420294 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #420294 is #BDFD6B. Grayscale: #252525. Windows color (decimal): -12451180 or 9699906. OLE color: 9699906.
HSL color Cylindrical-coordinate representation of color #420294: hue angle of 266.3º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #420294 is Cyan = 0.55, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 2 | 148 | - |
| CMYK | 0.55 | 0.99 | 0 | 0.42 |
| HSL | 266.3º | 0.97% | 0.29% | - |
| HSV(B) | 266.3º | 0.99% | 0.58% | - |
| XYZ | 7.61 | 3.34 | 28.26 | - |
| YUV | 37.78 | 190.2 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 148 | 0.55 | 0.99 | 0 | 0.42 | 266.3 | 0.97 | 0.29 |
| Hex | 42 | 2 | 94 | 37 | 63 | 0 | 2A | 10A | 61 | 1D |
| Octal | 102 | 2 | 224 | 67 | 143 | 0 | 52 | 412 | 141 | 35 |
| Binary | 1000010 | 10 | 10010100 | 110111 | 1100011 | 0 | 101010 | 100001010 | 1100001 | 11101 |
Color Harmonies of #420294
Complementary color
Monochromatic Colors of #420294
Black with #420294
Text Example
Text Example
White with #420294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420294; }
p { color: rgb(66,2,148); }
H1.HeaderClassName
{
color: #420294;
}
.AnyTagClassName
{
color: #420294;
}
</style>
background-color css
<style>
a { background-color: #420294; }
a { background-color: rgb(66,2,148); }
div.DivClassName
{
background-color: #420294;
}
.BgClassName
{
background-color: #420294;
}
</style>
border-color css
<style>
span { border-color: #420294; }
span { border-color: rgb(66,2,148); }
td.TdClassName
{
border-color: #420294;
}
.TagClassName
{
border-color: #420294;
}
</style>