Shades of Indigo #561876
Tints of Indigo #561876
RGB
CMYK
RGB Variations
Color information
#561876 (or 0x561876) is known color: Indigo. HEX triplet: 56, 18 and 76. RGB value is (86,24,118). Sum of RGB (Red+Green+Blue) = 86+24+118=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 24 (9.77% from 255 or 10.53% from 228); Blue value is 118 (46.48% from 255 or 51.75% from 228); Max value from RGB is 118 - color contains mainly: blue. Hex color #561876 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561876 is #A9E789. Grayscale: #343434. Windows color (decimal): -11134858 or 7739478. OLE color: 7739478.
HSL color Cylindrical-coordinate representation of color #561876: hue angle of 279.57º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #561876 is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 86 | 24 | 118 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.54 |
| HSL | 279.57º | 0.66% | 0.28% | - |
| HSV(B) | 279.57º | 0.8% | 0.46% | - |
| XYZ | 7.43 | 3.94 | 17.51 | - |
| YUV | 53.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 118 | 0.27 | 0.80 | 0 | 0.54 | 279.57 | 0.66 | 0.28 |
| Hex | 56 | 18 | 76 | 1B | 50 | 0 | 36 | 118 | 42 | 1C |
| Octal | 126 | 30 | 166 | 33 | 120 | 0 | 66 | 430 | 102 | 34 |
| Binary | 1010110 | 11000 | 1110110 | 11011 | 1010000 | 0 | 110110 | 100011000 | 1000010 | 11100 |
Color Harmonies of #561876
Complementary color
Monochromatic Colors of #561876
Black with #561876
Text Example
Text Example
White with #561876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561876; }
p { color: rgb(86,24,118); }
H1.HeaderClassName
{
color: #561876;
}
.AnyTagClassName
{
color: #561876;
}
</style>
background-color css
<style>
a { background-color: #561876; }
a { background-color: rgb(86,24,118); }
div.DivClassName
{
background-color: #561876;
}
.BgClassName
{
background-color: #561876;
}
</style>
border-color css
<style>
span { border-color: #561876; }
span { border-color: rgb(86,24,118); }
td.TdClassName
{
border-color: #561876;
}
.TagClassName
{
border-color: #561876;
}
</style>