Shades of Indigo #560BA0
Tints of Indigo #560BA0
RGB
CMYK
RGB Variations
Color information
#560BA0 (or 0x560BA0) is known color: Indigo. HEX triplet: 56, 0B and A0. RGB value is (86,11,160). Sum of RGB (Red+Green+Blue) = 86+11+160=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 160 (62.89% from 255 or 62.26% from 257); Max value from RGB is 160 - color contains mainly: blue. Hex color #560BA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BA0 is #A9F45F. Grayscale: #313131. Windows color (decimal): -11138144 or 10488662. OLE color: 10488662.
HSL color Cylindrical-coordinate representation of color #560BA0: hue angle of 270.2º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560BA0 is Cyan = 0.46, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 86 | 11 | 160 | - |
| CMYK | 0.46 | 0.93 | 0 | 0.37 |
| HSL | 270.2º | 0.87% | 0.34% | - |
| HSV(B) | 270.2º | 0.93% | 0.63% | - |
| XYZ | 10.3 | 4.76 | 33.63 | - |
| YUV | 50.41 | 189.85 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 160 | 0.46 | 0.93 | 0 | 0.37 | 270.2 | 0.87 | 0.34 |
| Hex | 56 | B | A0 | 2E | 5D | 0 | 25 | 10E | 57 | 22 |
| Octal | 126 | 13 | 240 | 56 | 135 | 0 | 45 | 416 | 127 | 42 |
| Binary | 1010110 | 1011 | 10100000 | 101110 | 1011101 | 0 | 100101 | 100001110 | 1010111 | 100010 |
Color Harmonies of #560BA0
Complementary color
Monochromatic Colors of #560BA0
Black with #560BA0
Text Example
Text Example
White with #560BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BA0; }
p { color: rgb(86,11,160); }
H1.HeaderClassName
{
color: #560BA0;
}
.AnyTagClassName
{
color: #560BA0;
}
</style>
background-color css
<style>
a { background-color: #560BA0; }
a { background-color: rgb(86,11,160); }
div.DivClassName
{
background-color: #560BA0;
}
.BgClassName
{
background-color: #560BA0;
}
</style>
border-color css
<style>
span { border-color: #560BA0; }
span { border-color: rgb(86,11,160); }
td.TdClassName
{
border-color: #560BA0;
}
.TagClassName
{
border-color: #560BA0;
}
</style>