Shades of Indigo #560688
Tints of Indigo #560688
RGB
CMYK
RGB Variations
Color information
#560688 (or 0x560688) is known color: Indigo. HEX triplet: 56, 06 and 88. RGB value is (86,6,136). Sum of RGB (Red+Green+Blue) = 86+6+136=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 6 (2.73% from 255 or 2.63% from 228); Blue value is 136 (53.52% from 255 or 59.65% from 228); Max value from RGB is 136 - color contains mainly: blue. Hex color #560688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560688 is #A9F977. Grayscale: #2C2C2C. Windows color (decimal): -11139448 or 8914518. OLE color: 8914518.
HSL color Cylindrical-coordinate representation of color #560688: hue angle of 276.92º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #560688 is Cyan = 0.37, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 6 | 136 | - |
| CMYK | 0.37 | 0.96 | 0 | 0.47 |
| HSL | 276.92º | 0.92% | 0.28% | - |
| HSV(B) | 276.92º | 0.96% | 0.53% | - |
| XYZ | 8.35 | 3.89 | 23.6 | - |
| YUV | 44.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 6 | 136 | 0.37 | 0.96 | 0 | 0.47 | 276.92 | 0.92 | 0.28 |
| Hex | 56 | 6 | 88 | 25 | 60 | 0 | 2F | 115 | 5C | 1C |
| Octal | 126 | 6 | 210 | 45 | 140 | 0 | 57 | 425 | 134 | 34 |
| Binary | 1010110 | 110 | 10001000 | 100101 | 1100000 | 0 | 101111 | 100010101 | 1011100 | 11100 |
Color Harmonies of #560688
Complementary color
Monochromatic Colors of #560688
Black with #560688
Text Example
Text Example
White with #560688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560688; }
p { color: rgb(86,6,136); }
H1.HeaderClassName
{
color: #560688;
}
.AnyTagClassName
{
color: #560688;
}
</style>
background-color css
<style>
a { background-color: #560688; }
a { background-color: rgb(86,6,136); }
div.DivClassName
{
background-color: #560688;
}
.BgClassName
{
background-color: #560688;
}
</style>
border-color css
<style>
span { border-color: #560688; }
span { border-color: rgb(86,6,136); }
td.TdClassName
{
border-color: #560688;
}
.TagClassName
{
border-color: #560688;
}
</style>