Shades of Indigo #561995
Tints of Indigo #561995
RGB
CMYK
RGB Variations
Color information
#561995 (or 0x561995) is known color: Indigo. HEX triplet: 56, 19 and 95. RGB value is (86,25,149). Sum of RGB (Red+Green+Blue) = 86+25+149=260 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.08% from 260); Green value is 25 (10.16% from 255 or 9.62% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #561995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561995 is #A9E66A. Grayscale: #383838. Windows color (decimal): -11134571 or 9771350. OLE color: 9771350.
HSL color Cylindrical-coordinate representation of color #561995: hue angle of 269.52º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561995 is Cyan = 0.42, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 86 | 25 | 149 | - |
| CMYK | 0.42 | 0.83 | 0 | 0.42 |
| HSL | 269.52º | 0.71% | 0.34% | - |
| HSV(B) | 269.52º | 0.83% | 0.58% | - |
| XYZ | 9.61 | 4.84 | 28.86 | - |
| YUV | 57.38 | 179.71 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 149 | 0.42 | 0.83 | 0 | 0.42 | 269.52 | 0.71 | 0.34 |
| Hex | 56 | 19 | 95 | 2A | 53 | 0 | 2A | 10E | 47 | 22 |
| Octal | 126 | 31 | 225 | 52 | 123 | 0 | 52 | 416 | 107 | 42 |
| Binary | 1010110 | 11001 | 10010101 | 101010 | 1010011 | 0 | 101010 | 100001110 | 1000111 | 100010 |
Color Harmonies of #561995
Complementary color
Monochromatic Colors of #561995
Black with #561995
Text Example
Text Example
White with #561995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561995; }
p { color: rgb(86,25,149); }
H1.HeaderClassName
{
color: #561995;
}
.AnyTagClassName
{
color: #561995;
}
</style>
background-color css
<style>
a { background-color: #561995; }
a { background-color: rgb(86,25,149); }
div.DivClassName
{
background-color: #561995;
}
.BgClassName
{
background-color: #561995;
}
</style>
border-color css
<style>
span { border-color: #561995; }
span { border-color: rgb(86,25,149); }
td.TdClassName
{
border-color: #561995;
}
.TagClassName
{
border-color: #561995;
}
</style>