Shades of Indigo #560B7E
Tints of Indigo #560B7E
RGB
CMYK
RGB Variations
Color information
#560B7E (or 0x560B7E) is known color: Indigo. HEX triplet: 56, 0B and 7E. RGB value is (86,11,126). Sum of RGB (Red+Green+Blue) = 86+11+126=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 11 (4.69% from 255 or 4.93% from 223); Blue value is 126 (49.61% from 255 or 56.50% from 223); Max value from RGB is 126 - color contains mainly: blue. Hex color #560B7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B7E is #A9F481. Grayscale: #2E2E2E. Windows color (decimal): -11138178 or 8260438. OLE color: 8260438.
HSL color Cylindrical-coordinate representation of color #560B7E: hue angle of 279.13º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560B7E is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 86 | 11 | 126 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.51 |
| HSL | 279.13º | 0.84% | 0.27% | - |
| HSV(B) | 279.13º | 0.91% | 0.49% | - |
| XYZ | 7.72 | 3.72 | 20.05 | - |
| YUV | 46.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 126 | 0.32 | 0.91 | 0 | 0.51 | 279.13 | 0.84 | 0.27 |
| Hex | 56 | B | 7E | 20 | 5B | 0 | 33 | 117 | 54 | 1B |
| Octal | 126 | 13 | 176 | 40 | 133 | 0 | 63 | 427 | 124 | 33 |
| Binary | 1010110 | 1011 | 1111110 | 100000 | 1011011 | 0 | 110011 | 100010111 | 1010100 | 11011 |
Color Harmonies of #560B7E
Complementary color
Monochromatic Colors of #560B7E
Black with #560B7E
Text Example
Text Example
White with #560B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B7E; }
p { color: rgb(86,11,126); }
H1.HeaderClassName
{
color: #560B7E;
}
.AnyTagClassName
{
color: #560B7E;
}
</style>
background-color css
<style>
a { background-color: #560B7E; }
a { background-color: rgb(86,11,126); }
div.DivClassName
{
background-color: #560B7E;
}
.BgClassName
{
background-color: #560B7E;
}
</style>
border-color css
<style>
span { border-color: #560B7E; }
span { border-color: rgb(86,11,126); }
td.TdClassName
{
border-color: #560B7E;
}
.TagClassName
{
border-color: #560B7E;
}
</style>