Shades of Indigo #561698
Tints of Indigo #561698
RGB
CMYK
RGB Variations
Color information
#561698 (or 0x561698) is known color: Indigo. HEX triplet: 56, 16 and 98. RGB value is (86,22,152). Sum of RGB (Red+Green+Blue) = 86+22+152=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #561698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561698 is #A9E967. Grayscale: #373737. Windows color (decimal): -11135336 or 9967190. OLE color: 9967190.
HSL color Cylindrical-coordinate representation of color #561698: hue angle of 269.54º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #561698 is Cyan = 0.43, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 86 | 22 | 152 | - |
| CMYK | 0.43 | 0.86 | 0 | 0.40 |
| HSL | 269.54º | 0.75% | 0.34% | - |
| HSV(B) | 269.54º | 0.86% | 0.6% | - |
| XYZ | 9.79 | 4.82 | 30.12 | - |
| YUV | 55.96 | 182.2 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 22 | 152 | 0.43 | 0.86 | 0 | 0.40 | 269.54 | 0.75 | 0.34 |
| Hex | 56 | 16 | 98 | 2B | 56 | 0 | 28 | 10E | 4B | 22 |
| Octal | 126 | 26 | 230 | 53 | 126 | 0 | 50 | 416 | 113 | 42 |
| Binary | 1010110 | 10110 | 10011000 | 101011 | 1010110 | 0 | 101000 | 100001110 | 1001011 | 100010 |
Color Harmonies of #561698
Complementary color
Monochromatic Colors of #561698
Black with #561698
Text Example
Text Example
White with #561698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561698; }
p { color: rgb(86,22,152); }
H1.HeaderClassName
{
color: #561698;
}
.AnyTagClassName
{
color: #561698;
}
</style>
background-color css
<style>
a { background-color: #561698; }
a { background-color: rgb(86,22,152); }
div.DivClassName
{
background-color: #561698;
}
.BgClassName
{
background-color: #561698;
}
</style>
border-color css
<style>
span { border-color: #561698; }
span { border-color: rgb(86,22,152); }
td.TdClassName
{
border-color: #561698;
}
.TagClassName
{
border-color: #561698;
}
</style>