Shades of Indigo #560570
Tints of Indigo #560570
RGB
CMYK
RGB Variations
Color information
#560570 (or 0x560570) is known color: Indigo. HEX triplet: 56, 05 and 70. RGB value is (86,5,112). Sum of RGB (Red+Green+Blue) = 86+5+112=203 (26% of max value = 765). Red value is 86 (33.98% from 255 or 42.36% from 203); Green value is 5 (2.34% from 255 or 2.46% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #560570 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560570 is #A9FA8F. Grayscale: #292929. Windows color (decimal): -11139728 or 7341398. OLE color: 7341398.
HSL color Cylindrical-coordinate representation of color #560570: hue angle of 285.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560570 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 5 | 112 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.56 |
| HSL | 285.42º | 0.91% | 0.23% | - |
| HSV(B) | 285.42º | 0.96% | 0.44% | - |
| XYZ | 6.82 | 3.26 | 15.6 | - |
| YUV | 41.42 | 167.84 | 159.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 5 | 112 | 0.23 | 0.96 | 0 | 0.56 | 285.42 | 0.91 | 0.23 |
| Hex | 56 | 5 | 70 | 17 | 60 | 0 | 38 | 11D | 5B | 17 |
| Octal | 126 | 5 | 160 | 27 | 140 | 0 | 70 | 435 | 133 | 27 |
| Binary | 1010110 | 101 | 1110000 | 10111 | 1100000 | 0 | 111000 | 100011101 | 1011011 | 10111 |
Color Harmonies of #560570
Complementary color
Monochromatic Colors of #560570
Black with #560570
Text Example
Text Example
White with #560570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560570; }
p { color: rgb(86,5,112); }
H1.HeaderClassName
{
color: #560570;
}
.AnyTagClassName
{
color: #560570;
}
</style>
background-color css
<style>
a { background-color: #560570; }
a { background-color: rgb(86,5,112); }
div.DivClassName
{
background-color: #560570;
}
.BgClassName
{
background-color: #560570;
}
</style>
border-color css
<style>
span { border-color: #560570; }
span { border-color: rgb(86,5,112); }
td.TdClassName
{
border-color: #560570;
}
.TagClassName
{
border-color: #560570;
}
</style>