Shades of Indigo #560462
Tints of Indigo #560462
RGB
CMYK
RGB Variations
Color information
#560462 (or 0x560462) is known color: Indigo. HEX triplet: 56, 04 and 62. RGB value is (86,4,98). Sum of RGB (Red+Green+Blue) = 86+4+98=188 (24% of max value = 765). Red value is 86 (33.98% from 255 or 45.74% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 98 (38.67% from 255 or 52.13% from 188); Max value from RGB is 98 - color contains mainly: blue. Hex color #560462 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560462 is #A9FB9D. Grayscale: #262626. Windows color (decimal): -11139998 or 6423638. OLE color: 6423638.
HSL color Cylindrical-coordinate representation of color #560462: hue angle of 292.34º 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 #560462 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 86 | 4 | 98 | - |
| CMYK | 0.12 | 0.96 | 0 | 0.62 |
| HSL | 292.34º | 0.92% | 0.2% | - |
| HSV(B) | 292.34º | 0.96% | 0.38% | - |
| XYZ | 6.09 | 2.95 | 11.8 | - |
| YUV | 39.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 4 | 98 | 0.12 | 0.96 | 0 | 0.62 | 292.34 | 0.92 | 0.2 |
| Hex | 56 | 4 | 62 | C | 60 | 0 | 3E | 124 | 5C | 14 |
| Octal | 126 | 4 | 142 | 14 | 140 | 0 | 76 | 444 | 134 | 24 |
| Binary | 1010110 | 100 | 1100010 | 1100 | 1100000 | 0 | 111110 | 100100100 | 1011100 | 10100 |
Color Harmonies of #560462
Complementary color
Monochromatic Colors of #560462
Black with #560462
Text Example
Text Example
White with #560462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560462; }
p { color: rgb(86,4,98); }
H1.HeaderClassName
{
color: #560462;
}
.AnyTagClassName
{
color: #560462;
}
</style>
background-color css
<style>
a { background-color: #560462; }
a { background-color: rgb(86,4,98); }
div.DivClassName
{
background-color: #560462;
}
.BgClassName
{
background-color: #560462;
}
</style>
border-color css
<style>
span { border-color: #560462; }
span { border-color: rgb(86,4,98); }
td.TdClassName
{
border-color: #560462;
}
.TagClassName
{
border-color: #560462;
}
</style>