Shades of Indigo #561880
Tints of Indigo #561880
RGB
CMYK
RGB Variations
Color information
#561880 (or 0x561880) is known color: Indigo. HEX triplet: 56, 18 and 80. RGB value is (86,24,128). Sum of RGB (Red+Green+Blue) = 86+24+128=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 128 (50.39% from 255 or 53.78% from 238); Max value from RGB is 128 - color contains mainly: blue. Hex color #561880 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561880 is #A9E77F. Grayscale: #363636. Windows color (decimal): -11134848 or 8394838. OLE color: 8394838.
HSL color Cylindrical-coordinate representation of color #561880: hue angle of 275.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561880 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 86 | 24 | 128 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.50 |
| HSL | 275.77º | 0.68% | 0.3% | - |
| HSV(B) | 275.77º | 0.81% | 0.5% | - |
| XYZ | 8.06 | 4.19 | 20.81 | - |
| YUV | 54.39 | 169.54 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 128 | 0.33 | 0.81 | 0 | 0.50 | 275.77 | 0.68 | 0.3 |
| Hex | 56 | 18 | 80 | 21 | 51 | 0 | 32 | 114 | 44 | 1E |
| Octal | 126 | 30 | 200 | 41 | 121 | 0 | 62 | 424 | 104 | 36 |
| Binary | 1010110 | 11000 | 10000000 | 100001 | 1010001 | 0 | 110010 | 100010100 | 1000100 | 11110 |
Color Harmonies of #561880
Complementary color
Monochromatic Colors of #561880
Black with #561880
Text Example
Text Example
White with #561880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561880; }
p { color: rgb(86,24,128); }
H1.HeaderClassName
{
color: #561880;
}
.AnyTagClassName
{
color: #561880;
}
</style>
background-color css
<style>
a { background-color: #561880; }
a { background-color: rgb(86,24,128); }
div.DivClassName
{
background-color: #561880;
}
.BgClassName
{
background-color: #561880;
}
</style>
border-color css
<style>
span { border-color: #561880; }
span { border-color: rgb(86,24,128); }
td.TdClassName
{
border-color: #561880;
}
.TagClassName
{
border-color: #561880;
}
</style>