Shades of Indigo #560BA6
Tints of Indigo #560BA6
RGB
CMYK
RGB Variations
Color information
#560BA6 (or 0x560BA6) is known color: Indigo. HEX triplet: 56, 0B and A6. RGB value is (86,11,166). Sum of RGB (Red+Green+Blue) = 86+11+166=263 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.70% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 166 (65.23% from 255 or 63.12% from 263); Max value from RGB is 166 - color contains mainly: blue. Hex color #560BA6 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BA6 is #A9F459. Grayscale: #323232. Windows color (decimal): -11138138 or 10881878. OLE color: 10881878.
HSL color Cylindrical-coordinate representation of color #560BA6: hue angle of 269.03º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #560BA6 is Cyan = 0.48, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 11 | 166 | - |
| CMYK | 0.48 | 0.93 | 0 | 0.35 |
| HSL | 269.03º | 0.88% | 0.35% | - |
| HSV(B) | 269.03º | 0.93% | 0.65% | - |
| XYZ | 10.84 | 4.97 | 36.46 | - |
| YUV | 51.1 | 192.85 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 166 | 0.48 | 0.93 | 0 | 0.35 | 269.03 | 0.88 | 0.35 |
| Hex | 56 | B | A6 | 30 | 5D | 0 | 23 | 10D | 58 | 23 |
| Octal | 126 | 13 | 246 | 60 | 135 | 0 | 43 | 415 | 130 | 43 |
| Binary | 1010110 | 1011 | 10100110 | 110000 | 1011101 | 0 | 100011 | 100001101 | 1011000 | 100011 |
Color Harmonies of #560BA6
Complementary color
Monochromatic Colors of #560BA6
Black with #560BA6
Text Example
Text Example
White with #560BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BA6; }
p { color: rgb(86,11,166); }
H1.HeaderClassName
{
color: #560BA6;
}
.AnyTagClassName
{
color: #560BA6;
}
</style>
background-color css
<style>
a { background-color: #560BA6; }
a { background-color: rgb(86,11,166); }
div.DivClassName
{
background-color: #560BA6;
}
.BgClassName
{
background-color: #560BA6;
}
</style>
border-color css
<style>
span { border-color: #560BA6; }
span { border-color: rgb(86,11,166); }
td.TdClassName
{
border-color: #560BA6;
}
.TagClassName
{
border-color: #560BA6;
}
</style>