Shades of Indigo #561080
Tints of Indigo #561080
RGB
CMYK
RGB Variations
Color information
#561080 (or 0x561080) is known color: Indigo. HEX triplet: 56, 10 and 80. RGB value is (86,16,128). Sum of RGB (Red+Green+Blue) = 86+16+128=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 16 (6.64% from 255 or 6.96% from 230); Blue value is 128 (50.39% from 255 or 55.65% from 230); Max value from RGB is 128 - color contains mainly: blue. Hex color #561080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561080 is #A9EF7F. Grayscale: #313131. Windows color (decimal): -11136896 or 8392790. OLE color: 8392790.
HSL color Cylindrical-coordinate representation of color #561080: hue angle of 277.5º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #561080 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 16 | 128 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.50 |
| HSL | 277.5º | 0.78% | 0.28% | - |
| HSV(B) | 277.5º | 0.88% | 0.5% | - |
| XYZ | 7.92 | 3.91 | 20.76 | - |
| YUV | 49.7 | 172.19 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 16 | 128 | 0.33 | 0.88 | 0 | 0.50 | 277.5 | 0.78 | 0.28 |
| Hex | 56 | 10 | 80 | 21 | 58 | 0 | 32 | 116 | 4E | 1C |
| Octal | 126 | 20 | 200 | 41 | 130 | 0 | 62 | 426 | 116 | 34 |
| Binary | 1010110 | 10000 | 10000000 | 100001 | 1011000 | 0 | 110010 | 100010110 | 1001110 | 11100 |
Color Harmonies of #561080
Complementary color
Monochromatic Colors of #561080
Black with #561080
Text Example
Text Example
White with #561080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561080; }
p { color: rgb(86,16,128); }
H1.HeaderClassName
{
color: #561080;
}
.AnyTagClassName
{
color: #561080;
}
</style>
background-color css
<style>
a { background-color: #561080; }
a { background-color: rgb(86,16,128); }
div.DivClassName
{
background-color: #561080;
}
.BgClassName
{
background-color: #561080;
}
</style>
border-color css
<style>
span { border-color: #561080; }
span { border-color: rgb(86,16,128); }
td.TdClassName
{
border-color: #561080;
}
.TagClassName
{
border-color: #561080;
}
</style>