Shades of Indigo #561996
Tints of Indigo #561996
RGB
CMYK
RGB Variations
Color information
#561996 (or 0x561996) is known color: Indigo. HEX triplet: 56, 19 and 96. RGB value is (86,25,150). Sum of RGB (Red+Green+Blue) = 86+25+150=261 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.95% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #561996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561996 is #A9E669. Grayscale: #393939. Windows color (decimal): -11134570 or 9836886. OLE color: 9836886.
HSL color Cylindrical-coordinate representation of color #561996: hue angle of 269.28º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561996 is Cyan = 0.43, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 25 | 150 | - |
| CMYK | 0.43 | 0.83 | 0 | 0.41 |
| HSL | 269.28º | 0.71% | 0.34% | - |
| HSV(B) | 269.28º | 0.83% | 0.59% | - |
| XYZ | 9.69 | 4.88 | 29.28 | - |
| YUV | 57.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 25 | 150 | 0.43 | 0.83 | 0 | 0.41 | 269.28 | 0.71 | 0.34 |
| Hex | 56 | 19 | 96 | 2B | 53 | 0 | 29 | 10D | 47 | 22 |
| Octal | 126 | 31 | 226 | 53 | 123 | 0 | 51 | 415 | 107 | 42 |
| Binary | 1010110 | 11001 | 10010110 | 101011 | 1010011 | 0 | 101001 | 100001101 | 1000111 | 100010 |
Color Harmonies of #561996
Complementary color
Monochromatic Colors of #561996
Black with #561996
Text Example
Text Example
White with #561996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561996; }
p { color: rgb(86,25,150); }
H1.HeaderClassName
{
color: #561996;
}
.AnyTagClassName
{
color: #561996;
}
</style>
background-color css
<style>
a { background-color: #561996; }
a { background-color: rgb(86,25,150); }
div.DivClassName
{
background-color: #561996;
}
.BgClassName
{
background-color: #561996;
}
</style>
border-color css
<style>
span { border-color: #561996; }
span { border-color: rgb(86,25,150); }
td.TdClassName
{
border-color: #561996;
}
.TagClassName
{
border-color: #561996;
}
</style>