Shades of Indigo #420560
Tints of Indigo #420560
RGB
CMYK
RGB Variations
Color information
#420560 (or 0x420560) is known color: Indigo. HEX triplet: 42, 05 and 60. RGB value is (66,5,96). Sum of RGB (Red+Green+Blue) = 66+5+96=167 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.52% from 167); Green value is 5 (2.34% from 255 or 2.99% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #420560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420560 is #BDFA9F. Grayscale: #212121. Windows color (decimal): -12450464 or 6292802. OLE color: 6292802.
HSL color Cylindrical-coordinate representation of color #420560: hue angle of 280.22º 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 #420560 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 66 | 5 | 96 | - |
| CMYK | 0.31 | 0.95 | 0 | 0.62 |
| HSL | 280.22º | 0.9% | 0.2% | - |
| HSV(B) | 280.22º | 0.95% | 0.38% | - |
| XYZ | 4.41 | 2.11 | 11.24 | - |
| YUV | 33.61 | 163.21 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 96 | 0.31 | 0.95 | 0 | 0.62 | 280.22 | 0.9 | 0.2 |
| Hex | 42 | 5 | 60 | 1F | 5F | 0 | 3E | 118 | 5A | 14 |
| Octal | 102 | 5 | 140 | 37 | 137 | 0 | 76 | 430 | 132 | 24 |
| Binary | 1000010 | 101 | 1100000 | 11111 | 1011111 | 0 | 111110 | 100011000 | 1011010 | 10100 |
Color Harmonies of #420560
Complementary color
Monochromatic Colors of #420560
Black with #420560
Text Example
Text Example
White with #420560
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420560; }
p { color: rgb(66,5,96); }
H1.HeaderClassName
{
color: #420560;
}
.AnyTagClassName
{
color: #420560;
}
</style>
background-color css
<style>
a { background-color: #420560; }
a { background-color: rgb(66,5,96); }
div.DivClassName
{
background-color: #420560;
}
.BgClassName
{
background-color: #420560;
}
</style>
border-color css
<style>
span { border-color: #420560; }
span { border-color: rgb(66,5,96); }
td.TdClassName
{
border-color: #420560;
}
.TagClassName
{
border-color: #420560;
}
</style>