Shades of Indigo #561499
Tints of Indigo #561499
RGB
CMYK
RGB Variations
Color information
#561499 (or 0x561499) is known color: Indigo. HEX triplet: 56, 14 and 99. RGB value is (86,20,153). Sum of RGB (Red+Green+Blue) = 86+20+153=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 20 (8.20% from 255 or 7.72% from 259); Blue value is 153 (60.16% from 255 or 59.07% from 259); Max value from RGB is 153 - color contains mainly: blue. Hex color #561499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561499 is #A9EB66. Grayscale: #363636. Windows color (decimal): -11135847 or 10032214. OLE color: 10032214.
HSL color Cylindrical-coordinate representation of color #561499: hue angle of 269.77º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561499 is Cyan = 0.44, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 86 | 20 | 153 | - |
| CMYK | 0.44 | 0.87 | 0 | 0.4 |
| HSL | 269.77º | 0.77% | 0.34% | - |
| HSV(B) | 269.77º | 0.87% | 0.6% | - |
| XYZ | 9.84 | 4.78 | 30.54 | - |
| YUV | 54.9 | 183.37 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 20 | 153 | 0.44 | 0.87 | 0 | 0.4 | 269.77 | 0.77 | 0.34 |
| Hex | 56 | 14 | 99 | 2C | 57 | 0 | 28 | 10E | 4D | 22 |
| Octal | 126 | 24 | 231 | 54 | 127 | 0 | 50 | 416 | 115 | 42 |
| Binary | 1010110 | 10100 | 10011001 | 101100 | 1010111 | 0 | 101000 | 100001110 | 1001101 | 100010 |
Color Harmonies of #561499
Complementary color
Monochromatic Colors of #561499
Black with #561499
Text Example
Text Example
White with #561499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561499; }
p { color: rgb(86,20,153); }
H1.HeaderClassName
{
color: #561499;
}
.AnyTagClassName
{
color: #561499;
}
</style>
background-color css
<style>
a { background-color: #561499; }
a { background-color: rgb(86,20,153); }
div.DivClassName
{
background-color: #561499;
}
.BgClassName
{
background-color: #561499;
}
</style>
border-color css
<style>
span { border-color: #561499; }
span { border-color: rgb(86,20,153); }
td.TdClassName
{
border-color: #561499;
}
.TagClassName
{
border-color: #561499;
}
</style>