Shades of Indigo #420562
Tints of Indigo #420562
RGB
CMYK
RGB Variations
Color information
#420562 (or 0x420562) is known color: Indigo. HEX triplet: 42, 05 and 62. RGB value is (66,5,98). Sum of RGB (Red+Green+Blue) = 66+5+98=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 5 (2.34% from 255 or 2.96% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #420562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420562 is #BDFA9D. Grayscale: #212121. Windows color (decimal): -12450462 or 6423874. OLE color: 6423874.
HSL color Cylindrical-coordinate representation of color #420562: hue angle of 279.35º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420562 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 5 | 98 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.62 |
| HSL | 279.35º | 0.9% | 0.2% | - |
| HSV(B) | 279.35º | 0.95% | 0.38% | - |
| XYZ | 4.51 | 2.15 | 11.73 | - |
| YUV | 33.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 98 | 0.33 | 0.95 | 0 | 0.62 | 279.35 | 0.9 | 0.2 |
| Hex | 42 | 5 | 62 | 21 | 5F | 0 | 3E | 117 | 5A | 14 |
| Octal | 102 | 5 | 142 | 41 | 137 | 0 | 76 | 427 | 132 | 24 |
| Binary | 1000010 | 101 | 1100010 | 100001 | 1011111 | 0 | 111110 | 100010111 | 1011010 | 10100 |
Color Harmonies of #420562
Complementary color
Monochromatic Colors of #420562
Black with #420562
Text Example
Text Example
White with #420562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420562; }
p { color: rgb(66,5,98); }
H1.HeaderClassName
{
color: #420562;
}
.AnyTagClassName
{
color: #420562;
}
</style>
background-color css
<style>
a { background-color: #420562; }
a { background-color: rgb(66,5,98); }
div.DivClassName
{
background-color: #420562;
}
.BgClassName
{
background-color: #420562;
}
</style>
border-color css
<style>
span { border-color: #420562; }
span { border-color: rgb(66,5,98); }
td.TdClassName
{
border-color: #420562;
}
.TagClassName
{
border-color: #420562;
}
</style>