Shades of Indigo #561896
Tints of Indigo #561896
RGB
CMYK
RGB Variations
Color information
#561896 (or 0x561896) is known color: Indigo. HEX triplet: 56, 18 and 96. RGB value is (86,24,150). Sum of RGB (Red+Green+Blue) = 86+24+150=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #561896 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561896 is #A9E769. Grayscale: #383838. Windows color (decimal): -11134826 or 9836630. OLE color: 9836630.
HSL color Cylindrical-coordinate representation of color #561896: hue angle of 269.52º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #561896 is Cyan = 0.43, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 24 | 150 | - |
| CMYK | 0.43 | 0.84 | 0 | 0.41 |
| HSL | 269.52º | 0.72% | 0.34% | - |
| HSV(B) | 269.52º | 0.84% | 0.59% | - |
| XYZ | 9.67 | 4.83 | 29.28 | - |
| YUV | 56.9 | 180.54 | 148.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 150 | 0.43 | 0.84 | 0 | 0.41 | 269.52 | 0.72 | 0.34 |
| Hex | 56 | 18 | 96 | 2B | 54 | 0 | 29 | 10E | 48 | 22 |
| Octal | 126 | 30 | 226 | 53 | 124 | 0 | 51 | 416 | 110 | 42 |
| Binary | 1010110 | 11000 | 10010110 | 101011 | 1010100 | 0 | 101001 | 100001110 | 1001000 | 100010 |
Color Harmonies of #561896
Complementary color
Monochromatic Colors of #561896
Black with #561896
Text Example
Text Example
White with #561896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561896; }
p { color: rgb(86,24,150); }
H1.HeaderClassName
{
color: #561896;
}
.AnyTagClassName
{
color: #561896;
}
</style>
background-color css
<style>
a { background-color: #561896; }
a { background-color: rgb(86,24,150); }
div.DivClassName
{
background-color: #561896;
}
.BgClassName
{
background-color: #561896;
}
</style>
border-color css
<style>
span { border-color: #561896; }
span { border-color: rgb(86,24,150); }
td.TdClassName
{
border-color: #561896;
}
.TagClassName
{
border-color: #561896;
}
</style>