Shades of Indigo #560AAB
Tints of Indigo #560AAB
RGB
CMYK
RGB Variations
Color information
#560AAB (or 0x560AAB) is known color: Indigo. HEX triplet: 56, 0A and AB. RGB value is (86,10,171). Sum of RGB (Red+Green+Blue) = 86+10+171=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 171 (67.19% from 255 or 64.04% from 267); Max value from RGB is 171 - color contains mainly: blue. Hex color #560AAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560AAB is #A9F554. Grayscale: #323232. Windows color (decimal): -11138389 or 11209302. OLE color: 11209302.
HSL color Cylindrical-coordinate representation of color #560AAB: hue angle of 268.32º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #560AAB is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 86 | 10 | 171 | - |
| CMYK | 0.50 | 0.94 | 0 | 0.33 |
| HSL | 268.32º | 0.89% | 0.35% | - |
| HSV(B) | 268.32º | 0.94% | 0.67% | - |
| XYZ | 11.3 | 5.14 | 38.92 | - |
| YUV | 51.08 | 195.68 | 152.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 10 | 171 | 0.50 | 0.94 | 0 | 0.33 | 268.32 | 0.89 | 0.35 |
| Hex | 56 | A | AB | 32 | 5E | 0 | 21 | 10C | 59 | 23 |
| Octal | 126 | 12 | 253 | 62 | 136 | 0 | 41 | 414 | 131 | 43 |
| Binary | 1010110 | 1010 | 10101011 | 110010 | 1011110 | 0 | 100001 | 100001100 | 1011001 | 100011 |
Color Harmonies of #560AAB
Complementary color
Monochromatic Colors of #560AAB
Black with #560AAB
Text Example
Text Example
White with #560AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560AAB; }
p { color: rgb(86,10,171); }
H1.HeaderClassName
{
color: #560AAB;
}
.AnyTagClassName
{
color: #560AAB;
}
</style>
background-color css
<style>
a { background-color: #560AAB; }
a { background-color: rgb(86,10,171); }
div.DivClassName
{
background-color: #560AAB;
}
.BgClassName
{
background-color: #560AAB;
}
</style>
border-color css
<style>
span { border-color: #560AAB; }
span { border-color: rgb(86,10,171); }
td.TdClassName
{
border-color: #560AAB;
}
.TagClassName
{
border-color: #560AAB;
}
</style>