Shades of Indigo #560B76
Tints of Indigo #560B76
RGB
CMYK
RGB Variations
Color information
#560B76 (or 0x560B76) is known color: Indigo. HEX triplet: 56, 0B and 76. RGB value is (86,11,118). Sum of RGB (Red+Green+Blue) = 86+11+118=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 118 (46.48% from 255 or 54.88% from 215); Max value from RGB is 118 - color contains mainly: blue. Hex color #560B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #560B76 is #A9F489. Grayscale: #2D2D2D. Windows color (decimal): -11138186 or 7736150. OLE color: 7736150.
HSL color Cylindrical-coordinate representation of color #560B76: hue angle of 282.06º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560B76 is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 11 | 118 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.54 |
| HSL | 282.06º | 0.83% | 0.25% | - |
| HSV(B) | 282.06º | 0.91% | 0.46% | - |
| XYZ | 7.23 | 3.53 | 17.44 | - |
| YUV | 45.62 | 168.85 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 118 | 0.27 | 0.91 | 0 | 0.54 | 282.06 | 0.83 | 0.25 |
| Hex | 56 | B | 76 | 1B | 5B | 0 | 36 | 11A | 53 | 19 |
| Octal | 126 | 13 | 166 | 33 | 133 | 0 | 66 | 432 | 123 | 31 |
| Binary | 1010110 | 1011 | 1110110 | 11011 | 1011011 | 0 | 110110 | 100011010 | 1010011 | 11001 |
Color Harmonies of #560B76
Complementary color
Monochromatic Colors of #560B76
Black with #560B76
Text Example
Text Example
White with #560B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B76; }
p { color: rgb(86,11,118); }
H1.HeaderClassName
{
color: #560B76;
}
.AnyTagClassName
{
color: #560B76;
}
</style>
background-color css
<style>
a { background-color: #560B76; }
a { background-color: rgb(86,11,118); }
div.DivClassName
{
background-color: #560B76;
}
.BgClassName
{
background-color: #560B76;
}
</style>
border-color css
<style>
span { border-color: #560B76; }
span { border-color: rgb(86,11,118); }
td.TdClassName
{
border-color: #560B76;
}
.TagClassName
{
border-color: #560B76;
}
</style>