Shades of Indigo #560E88
Tints of Indigo #560E88
RGB
CMYK
RGB Variations
Color information
#560E88 (or 0x560E88) is known color: Indigo. HEX triplet: 56, 0E and 88. RGB value is (86,14,136). Sum of RGB (Red+Green+Blue) = 86+14+136=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 136 (53.52% from 255 or 57.63% from 236); Max value from RGB is 136 - color contains mainly: blue. Hex color #560E88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E88 is #A9F177. Grayscale: #313131. Windows color (decimal): -11137400 or 8916566. OLE color: 8916566.
HSL color Cylindrical-coordinate representation of color #560E88: hue angle of 275.41º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #560E88 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 14 | 136 | - |
| CMYK | 0.37 | 0.90 | 0 | 0.47 |
| HSL | 275.41º | 0.81% | 0.29% | - |
| HSV(B) | 275.41º | 0.9% | 0.53% | - |
| XYZ | 8.44 | 4.07 | 23.63 | - |
| YUV | 49.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 136 | 0.37 | 0.90 | 0 | 0.47 | 275.41 | 0.81 | 0.29 |
| Hex | 56 | E | 88 | 25 | 5A | 0 | 2F | 113 | 51 | 1D |
| Octal | 126 | 16 | 210 | 45 | 132 | 0 | 57 | 423 | 121 | 35 |
| Binary | 1010110 | 1110 | 10001000 | 100101 | 1011010 | 0 | 101111 | 100010011 | 1010001 | 11101 |
Color Harmonies of #560E88
Complementary color
Monochromatic Colors of #560E88
Black with #560E88
Text Example
Text Example
White with #560E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E88; }
p { color: rgb(86,14,136); }
H1.HeaderClassName
{
color: #560E88;
}
.AnyTagClassName
{
color: #560E88;
}
</style>
background-color css
<style>
a { background-color: #560E88; }
a { background-color: rgb(86,14,136); }
div.DivClassName
{
background-color: #560E88;
}
.BgClassName
{
background-color: #560E88;
}
</style>
border-color css
<style>
span { border-color: #560E88; }
span { border-color: rgb(86,14,136); }
td.TdClassName
{
border-color: #560E88;
}
.TagClassName
{
border-color: #560E88;
}
</style>