Shades of Indigo #561371
Tints of Indigo #561371
RGB
CMYK
RGB Variations
Color information
#561371 (or 0x561371) is known color: Indigo. HEX triplet: 56, 13 and 71. RGB value is (86,19,113). Sum of RGB (Red+Green+Blue) = 86+19+113=218 (28% of max value = 765). Red value is 86 (33.98% from 255 or 39.45% from 218); Green value is 19 (7.81% from 255 or 8.72% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #561371 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #561371 is #A9EC8E. Grayscale: #313131. Windows color (decimal): -11136143 or 7410518. OLE color: 7410518.
HSL color Cylindrical-coordinate representation of color #561371: hue angle of 282.77º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #561371 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 19 | 113 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.56 |
| HSL | 282.77º | 0.71% | 0.26% | - |
| HSV(B) | 282.77º | 0.83% | 0.44% | - |
| XYZ | 7.05 | 3.64 | 15.95 | - |
| YUV | 49.75 | 163.7 | 153.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 19 | 113 | 0.24 | 0.83 | 0 | 0.56 | 282.77 | 0.71 | 0.26 |
| Hex | 56 | 13 | 71 | 18 | 53 | 0 | 38 | 11B | 47 | 1A |
| Octal | 126 | 23 | 161 | 30 | 123 | 0 | 70 | 433 | 107 | 32 |
| Binary | 1010110 | 10011 | 1110001 | 11000 | 1010011 | 0 | 111000 | 100011011 | 1000111 | 11010 |
Color Harmonies of #561371
Complementary color
Monochromatic Colors of #561371
Black with #561371
Text Example
Text Example
White with #561371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561371; }
p { color: rgb(86,19,113); }
H1.HeaderClassName
{
color: #561371;
}
.AnyTagClassName
{
color: #561371;
}
</style>
background-color css
<style>
a { background-color: #561371; }
a { background-color: rgb(86,19,113); }
div.DivClassName
{
background-color: #561371;
}
.BgClassName
{
background-color: #561371;
}
</style>
border-color css
<style>
span { border-color: #561371; }
span { border-color: rgb(86,19,113); }
td.TdClassName
{
border-color: #561371;
}
.TagClassName
{
border-color: #561371;
}
</style>