Shades of Indigo #420462
Tints of Indigo #420462
RGB
CMYK
RGB Variations
Color information
#420462 (or 0x420462) is known color: Indigo. HEX triplet: 42, 04 and 62. RGB value is (66,4,98). Sum of RGB (Red+Green+Blue) = 66+4+98=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 4 (1.95% from 255 or 2.38% from 168); Blue value is 98 (38.67% from 255 or 58.33% from 168); Max value from RGB is 98 - color contains mainly: blue. Hex color #420462 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420462 is #BDFB9D. Grayscale: #202020. Windows color (decimal): -12450718 or 6423618. OLE color: 6423618.
HSL color Cylindrical-coordinate representation of color #420462: hue angle of 279.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #420462 is Cyan = 0.33, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 4 | 98 | - |
| CMYK | 0.33 | 0.96 | 0 | 0.62 |
| HSL | 279.57º | 0.92% | 0.2% | - |
| HSV(B) | 279.57º | 0.96% | 0.38% | - |
| XYZ | 4.49 | 2.13 | 11.73 | - |
| YUV | 33.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 4 | 98 | 0.33 | 0.96 | 0 | 0.62 | 279.57 | 0.92 | 0.2 |
| Hex | 42 | 4 | 62 | 21 | 60 | 0 | 3E | 118 | 5C | 14 |
| Octal | 102 | 4 | 142 | 41 | 140 | 0 | 76 | 430 | 134 | 24 |
| Binary | 1000010 | 100 | 1100010 | 100001 | 1100000 | 0 | 111110 | 100011000 | 1011100 | 10100 |
Color Harmonies of #420462
Complementary color
Monochromatic Colors of #420462
Black with #420462
Text Example
Text Example
White with #420462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420462; }
p { color: rgb(66,4,98); }
H1.HeaderClassName
{
color: #420462;
}
.AnyTagClassName
{
color: #420462;
}
</style>
background-color css
<style>
a { background-color: #420462; }
a { background-color: rgb(66,4,98); }
div.DivClassName
{
background-color: #420462;
}
.BgClassName
{
background-color: #420462;
}
</style>
border-color css
<style>
span { border-color: #420462; }
span { border-color: rgb(66,4,98); }
td.TdClassName
{
border-color: #420462;
}
.TagClassName
{
border-color: #420462;
}
</style>