Shades of Indigo #561881
Tints of Indigo #561881
RGB
CMYK
RGB Variations
Color information
#561881 (or 0x561881) is known color: Indigo. HEX triplet: 56, 18 and 81. RGB value is (86,24,129). Sum of RGB (Red+Green+Blue) = 86+24+129=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #561881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561881 is #A9E77E. Grayscale: #363636. Windows color (decimal): -11134847 or 8460374. OLE color: 8460374.
HSL color Cylindrical-coordinate representation of color #561881: hue angle of 275.43º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #561881 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 24 | 129 | - |
| CMYK | 0.33 | 0.81 | 0 | 0.49 |
| HSL | 275.43º | 0.69% | 0.3% | - |
| HSV(B) | 275.43º | 0.81% | 0.51% | - |
| XYZ | 8.13 | 4.22 | 21.15 | - |
| YUV | 54.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 129 | 0.33 | 0.81 | 0 | 0.49 | 275.43 | 0.69 | 0.3 |
| Hex | 56 | 18 | 81 | 21 | 51 | 0 | 31 | 113 | 45 | 1E |
| Octal | 126 | 30 | 201 | 41 | 121 | 0 | 61 | 423 | 105 | 36 |
| Binary | 1010110 | 11000 | 10000001 | 100001 | 1010001 | 0 | 110001 | 100010011 | 1000101 | 11110 |
Color Harmonies of #561881
Complementary color
Monochromatic Colors of #561881
Black with #561881
Text Example
Text Example
White with #561881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561881; }
p { color: rgb(86,24,129); }
H1.HeaderClassName
{
color: #561881;
}
.AnyTagClassName
{
color: #561881;
}
</style>
background-color css
<style>
a { background-color: #561881; }
a { background-color: rgb(86,24,129); }
div.DivClassName
{
background-color: #561881;
}
.BgClassName
{
background-color: #561881;
}
</style>
border-color css
<style>
span { border-color: #561881; }
span { border-color: rgb(86,24,129); }
td.TdClassName
{
border-color: #561881;
}
.TagClassName
{
border-color: #561881;
}
</style>