Shades of Indigo #560B80
Tints of Indigo #560B80
RGB
CMYK
RGB Variations
Color information
#560B80 (or 0x560B80) is known color: Indigo. HEX triplet: 56, 0B and 80. RGB value is (86,11,128). Sum of RGB (Red+Green+Blue) = 86+11+128=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 128 (50.39% from 255 or 56.89% from 225); Max value from RGB is 128 - color contains mainly: blue. Hex color #560B80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560B80 is #A9F47F. Grayscale: #2E2E2E. Windows color (decimal): -11138176 or 8391510. OLE color: 8391510.
HSL color Cylindrical-coordinate representation of color #560B80: hue angle of 278.46º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #560B80 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 11 | 128 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.50 |
| HSL | 278.46º | 0.84% | 0.27% | - |
| HSV(B) | 278.46º | 0.91% | 0.5% | - |
| XYZ | 7.85 | 3.78 | 20.74 | - |
| YUV | 46.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 11 | 128 | 0.33 | 0.91 | 0 | 0.50 | 278.46 | 0.84 | 0.27 |
| Hex | 56 | B | 80 | 21 | 5B | 0 | 32 | 116 | 54 | 1B |
| Octal | 126 | 13 | 200 | 41 | 133 | 0 | 62 | 426 | 124 | 33 |
| Binary | 1010110 | 1011 | 10000000 | 100001 | 1011011 | 0 | 110010 | 100010110 | 1010100 | 11011 |
Color Harmonies of #560B80
Complementary color
Monochromatic Colors of #560B80
Black with #560B80
Text Example
Text Example
White with #560B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560B80; }
p { color: rgb(86,11,128); }
H1.HeaderClassName
{
color: #560B80;
}
.AnyTagClassName
{
color: #560B80;
}
</style>
background-color css
<style>
a { background-color: #560B80; }
a { background-color: rgb(86,11,128); }
div.DivClassName
{
background-color: #560B80;
}
.BgClassName
{
background-color: #560B80;
}
</style>
border-color css
<style>
span { border-color: #560B80; }
span { border-color: rgb(86,11,128); }
td.TdClassName
{
border-color: #560B80;
}
.TagClassName
{
border-color: #560B80;
}
</style>