Shades of Indigo #560E96
Tints of Indigo #560E96
RGB
CMYK
RGB Variations
Color information
#560E96 (or 0x560E96) is known color: Indigo. HEX triplet: 56, 0E and 96. RGB value is (86,14,150). Sum of RGB (Red+Green+Blue) = 86+14+150=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 150 (58.98% from 255 or 60% from 250); Max value from RGB is 150 - color contains mainly: blue. Hex color #560E96 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E96 is #A9F169. Grayscale: #323232. Windows color (decimal): -11137386 or 9834070. OLE color: 9834070.
HSL color Cylindrical-coordinate representation of color #560E96: hue angle of 271.76º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560E96 is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 86 | 14 | 150 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.41 |
| HSL | 271.76º | 0.83% | 0.32% | - |
| HSV(B) | 271.76º | 0.91% | 0.59% | - |
| XYZ | 9.5 | 4.49 | 29.22 | - |
| YUV | 51.03 | 183.85 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 150 | 0.43 | 0.91 | 0 | 0.41 | 271.76 | 0.83 | 0.32 |
| Hex | 56 | E | 96 | 2B | 5B | 0 | 29 | 110 | 53 | 20 |
| Octal | 126 | 16 | 226 | 53 | 133 | 0 | 51 | 420 | 123 | 40 |
| Binary | 1010110 | 1110 | 10010110 | 101011 | 1011011 | 0 | 101001 | 100010000 | 1010011 | 100000 |
Color Harmonies of #560E96
Complementary color
Monochromatic Colors of #560E96
Black with #560E96
Text Example
Text Example
White with #560E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E96; }
p { color: rgb(86,14,150); }
H1.HeaderClassName
{
color: #560E96;
}
.AnyTagClassName
{
color: #560E96;
}
</style>
background-color css
<style>
a { background-color: #560E96; }
a { background-color: rgb(86,14,150); }
div.DivClassName
{
background-color: #560E96;
}
.BgClassName
{
background-color: #560E96;
}
</style>
border-color css
<style>
span { border-color: #560E96; }
span { border-color: rgb(86,14,150); }
td.TdClassName
{
border-color: #560E96;
}
.TagClassName
{
border-color: #560E96;
}
</style>