Shades of Indigo #560868
Tints of Indigo #560868
RGB
CMYK
RGB Variations
Color information
#560868 (or 0x560868) is known color: Indigo. HEX triplet: 56, 08 and 68. RGB value is (86,8,104). Sum of RGB (Red+Green+Blue) = 86+8+104=198 (26% of max value = 765). Red value is 86 (33.98% from 255 or 43.43% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #560868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560868 is #A9F797. Grayscale: #292929. Windows color (decimal): -11138968 or 6817878. OLE color: 6817878.
HSL color Cylindrical-coordinate representation of color #560868: hue angle of 288.75º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560868 is Cyan = 0.17, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 86 | 8 | 104 | - |
| CMYK | 0.17 | 0.92 | 0 | 0.59 |
| HSL | 288.75º | 0.86% | 0.22% | - |
| HSV(B) | 288.75º | 0.92% | 0.41% | - |
| XYZ | 6.42 | 3.15 | 13.37 | - |
| YUV | 42.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 8 | 104 | 0.17 | 0.92 | 0 | 0.59 | 288.75 | 0.86 | 0.22 |
| Hex | 56 | 8 | 68 | 11 | 5C | 0 | 3B | 121 | 56 | 16 |
| Octal | 126 | 10 | 150 | 21 | 134 | 0 | 73 | 441 | 126 | 26 |
| Binary | 1010110 | 1000 | 1101000 | 10001 | 1011100 | 0 | 111011 | 100100001 | 1010110 | 10110 |
Color Harmonies of #560868
Complementary color
Monochromatic Colors of #560868
Black with #560868
Text Example
Text Example
White with #560868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560868; }
p { color: rgb(86,8,104); }
H1.HeaderClassName
{
color: #560868;
}
.AnyTagClassName
{
color: #560868;
}
</style>
background-color css
<style>
a { background-color: #560868; }
a { background-color: rgb(86,8,104); }
div.DivClassName
{
background-color: #560868;
}
.BgClassName
{
background-color: #560868;
}
</style>
border-color css
<style>
span { border-color: #560868; }
span { border-color: rgb(86,8,104); }
td.TdClassName
{
border-color: #560868;
}
.TagClassName
{
border-color: #560868;
}
</style>