Shades of Indigo #560BA7
Tints of Indigo #560BA7
RGB
CMYK
RGB Variations
Color information
#560BA7 (or 0x560BA7) is known color: Indigo. HEX triplet: 56, 0B and A7. RGB value is (86,11,167). Sum of RGB (Red+Green+Blue) = 86+11+167=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 167 (65.62% from 255 or 63.26% from 264); Max value from RGB is 167 - color contains mainly: blue. Hex color #560BA7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560BA7 is #A9F458. Grayscale: #323232. Windows color (decimal): -11138137 or 10947414. OLE color: 10947414.
HSL color Cylindrical-coordinate representation of color #560BA7: hue angle of 268.85º 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 #560BA7 is Cyan = 0.49, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 86 | 11 | 167 | - |
| CMYK | 0.49 | 0.93 | 0 | 0.35 |
| HSL | 268.85º | 0.88% | 0.35% | - |
| HSV(B) | 268.85º | 0.93% | 0.65% | - |
| XYZ | 10.93 | 5.01 | 36.95 | - |
| YUV | 51.21 | 193.35 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 167 | 0.49 | 0.93 | 0 | 0.35 | 268.85 | 0.88 | 0.35 |
| Hex | 56 | B | A7 | 31 | 5D | 0 | 23 | 10D | 58 | 23 |
| Octal | 126 | 13 | 247 | 61 | 135 | 0 | 43 | 415 | 130 | 43 |
| Binary | 1010110 | 1011 | 10100111 | 110001 | 1011101 | 0 | 100011 | 100001101 | 1011000 | 100011 |
Color Harmonies of #560BA7
Complementary color
Monochromatic Colors of #560BA7
Black with #560BA7
Text Example
Text Example
White with #560BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560BA7; }
p { color: rgb(86,11,167); }
H1.HeaderClassName
{
color: #560BA7;
}
.AnyTagClassName
{
color: #560BA7;
}
</style>
background-color css
<style>
a { background-color: #560BA7; }
a { background-color: rgb(86,11,167); }
div.DivClassName
{
background-color: #560BA7;
}
.BgClassName
{
background-color: #560BA7;
}
</style>
border-color css
<style>
span { border-color: #560BA7; }
span { border-color: rgb(86,11,167); }
td.TdClassName
{
border-color: #560BA7;
}
.TagClassName
{
border-color: #560BA7;
}
</style>