Shades of Indigo #560B8B
Tints of Indigo #560B8B
RGB
CMYK
RGB Variations
Color information
#560B8B (or 0x560B8B) is known color: Indigo. HEX triplet: 56, 0B and 8B. RGB value is (86,11,139). Sum of RGB (Red+Green+Blue) = 86+11+139=236 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.44% from 236); Green value is 11 (4.69% from 255 or 4.66% from 236); Blue value is 139 (54.69% from 255 or 58.90% from 236); Max value from RGB is 139 - color contains mainly: blue. Hex color #560B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B8B is #A9F474. Grayscale: #2F2F2F. Windows color (decimal): -11138165 or 9112406. OLE color: 9112406.
HSL color Cylindrical-coordinate representation of color #560B8B: hue angle of 275.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #560B8B is Cyan = 0.38, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 86 | 11 | 139 | - |
| CMYK | 0.38 | 0.92 | 0 | 0.45 |
| HSL | 275.16º | 0.85% | 0.29% | - |
| HSV(B) | 275.16º | 0.92% | 0.55% | - |
| XYZ | 8.62 | 4.08 | 24.76 | - |
| YUV | 48.02 | 179.35 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 139 | 0.38 | 0.92 | 0 | 0.45 | 275.16 | 0.85 | 0.29 |
| Hex | 56 | B | 8B | 26 | 5C | 0 | 2D | 113 | 55 | 1D |
| Octal | 126 | 13 | 213 | 46 | 134 | 0 | 55 | 423 | 125 | 35 |
| Binary | 1010110 | 1011 | 10001011 | 100110 | 1011100 | 0 | 101101 | 100010011 | 1010101 | 11101 |
Color Harmonies of #560B8B
Complementary color
Monochromatic Colors of #560B8B
Black with #560B8B
Text Example
Text Example
White with #560B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B8B; }
p { color: rgb(86,11,139); }
H1.HeaderClassName
{
color: #560B8B;
}
.AnyTagClassName
{
color: #560B8B;
}
</style>
background-color css
<style>
a { background-color: #560B8B; }
a { background-color: rgb(86,11,139); }
div.DivClassName
{
background-color: #560B8B;
}
.BgClassName
{
background-color: #560B8B;
}
</style>
border-color css
<style>
span { border-color: #560B8B; }
span { border-color: rgb(86,11,139); }
td.TdClassName
{
border-color: #560B8B;
}
.TagClassName
{
border-color: #560B8B;
}
</style>