Shades of Indigo #561688
Tints of Indigo #561688
RGB
CMYK
RGB Variations
Color information
#561688 (or 0x561688) is known color: Indigo. HEX triplet: 56, 16 and 88. RGB value is (86,22,136). Sum of RGB (Red+Green+Blue) = 86+22+136=244 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.25% from 244); Green value is 22 (8.98% from 255 or 9.02% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #561688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561688 is #A9E977. Grayscale: #353535. Windows color (decimal): -11135352 or 8918614. OLE color: 8918614.
HSL color Cylindrical-coordinate representation of color #561688: hue angle of 273.68º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561688 is Cyan = 0.37, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 86 | 22 | 136 | - |
| CMYK | 0.37 | 0.84 | 0 | 0.47 |
| HSL | 273.68º | 0.72% | 0.31% | - |
| HSV(B) | 273.68º | 0.84% | 0.53% | - |
| XYZ | 8.57 | 4.33 | 23.68 | - |
| YUV | 54.13 | 174.2 | 150.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 136 | 0.37 | 0.84 | 0 | 0.47 | 273.68 | 0.72 | 0.31 |
| Hex | 56 | 16 | 88 | 25 | 54 | 0 | 2F | 112 | 48 | 1F |
| Octal | 126 | 26 | 210 | 45 | 124 | 0 | 57 | 422 | 110 | 37 |
| Binary | 1010110 | 10110 | 10001000 | 100101 | 1010100 | 0 | 101111 | 100010010 | 1001000 | 11111 |
Color Harmonies of #561688
Complementary color
Monochromatic Colors of #561688
Black with #561688
Text Example
Text Example
White with #561688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561688; }
p { color: rgb(86,22,136); }
H1.HeaderClassName
{
color: #561688;
}
.AnyTagClassName
{
color: #561688;
}
</style>
background-color css
<style>
a { background-color: #561688; }
a { background-color: rgb(86,22,136); }
div.DivClassName
{
background-color: #561688;
}
.BgClassName
{
background-color: #561688;
}
</style>
border-color css
<style>
span { border-color: #561688; }
span { border-color: rgb(86,22,136); }
td.TdClassName
{
border-color: #561688;
}
.TagClassName
{
border-color: #561688;
}
</style>