Shades of Indigo #420564
Tints of Indigo #420564
RGB
CMYK
RGB Variations
Color information
#420564 (or 0x420564) is known color: Indigo. HEX triplet: 42, 05 and 64. RGB value is (66,5,100). Sum of RGB (Red+Green+Blue) = 66+5+100=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 100 (39.45% from 255 or 58.48% from 171); Max value from RGB is 100 - color contains mainly: blue. Hex color #420564 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #420564 is #BDFA9B. Grayscale: #212121. Windows color (decimal): -12450460 or 6554946. OLE color: 6554946.
HSL color Cylindrical-coordinate representation of color #420564: hue angle of 278.53º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #420564 is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 66 | 5 | 100 | - |
| CMYK | 0.34 | 0.95 | 0 | 0.61 |
| HSL | 278.53º | 0.9% | 0.21% | - |
| HSV(B) | 278.53º | 0.95% | 0.39% | - |
| XYZ | 4.6 | 2.19 | 12.24 | - |
| YUV | 34.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 5 | 100 | 0.34 | 0.95 | 0 | 0.61 | 278.53 | 0.9 | 0.21 |
| Hex | 42 | 5 | 64 | 22 | 5F | 0 | 3D | 117 | 5A | 15 |
| Octal | 102 | 5 | 144 | 42 | 137 | 0 | 75 | 427 | 132 | 25 |
| Binary | 1000010 | 101 | 1100100 | 100010 | 1011111 | 0 | 111101 | 100010111 | 1011010 | 10101 |
Color Harmonies of #420564
Complementary color
Monochromatic Colors of #420564
Black with #420564
Text Example
Text Example
White with #420564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #420564; }
p { color: rgb(66,5,100); }
H1.HeaderClassName
{
color: #420564;
}
.AnyTagClassName
{
color: #420564;
}
</style>
background-color css
<style>
a { background-color: #420564; }
a { background-color: rgb(66,5,100); }
div.DivClassName
{
background-color: #420564;
}
.BgClassName
{
background-color: #420564;
}
</style>
border-color css
<style>
span { border-color: #420564; }
span { border-color: rgb(66,5,100); }
td.TdClassName
{
border-color: #420564;
}
.TagClassName
{
border-color: #420564;
}
</style>