Shades of Indigo #561883
Tints of Indigo #561883
RGB
CMYK
RGB Variations
Color information
#561883 (or 0x561883) is known color: Indigo. HEX triplet: 56, 18 and 83. RGB value is (86,24,131). Sum of RGB (Red+Green+Blue) = 86+24+131=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 131 (51.56% from 255 or 54.36% from 241); Max value from RGB is 131 - color contains mainly: blue. Hex color #561883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561883 is #A9E77C. Grayscale: #363636. Windows color (decimal): -11134845 or 8591446. OLE color: 8591446.
HSL color Cylindrical-coordinate representation of color #561883: hue angle of 274.77º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #561883 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 24 | 131 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.49 |
| HSL | 274.77º | 0.69% | 0.3% | - |
| HSV(B) | 274.77º | 0.82% | 0.51% | - |
| XYZ | 8.26 | 4.27 | 21.86 | - |
| YUV | 54.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 24 | 131 | 0.34 | 0.82 | 0 | 0.49 | 274.77 | 0.69 | 0.3 |
| Hex | 56 | 18 | 83 | 22 | 52 | 0 | 31 | 113 | 45 | 1E |
| Octal | 126 | 30 | 203 | 42 | 122 | 0 | 61 | 423 | 105 | 36 |
| Binary | 1010110 | 11000 | 10000011 | 100010 | 1010010 | 0 | 110001 | 100010011 | 1000101 | 11110 |
Color Harmonies of #561883
Complementary color
Monochromatic Colors of #561883
Black with #561883
Text Example
Text Example
White with #561883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561883; }
p { color: rgb(86,24,131); }
H1.HeaderClassName
{
color: #561883;
}
.AnyTagClassName
{
color: #561883;
}
</style>
background-color css
<style>
a { background-color: #561883; }
a { background-color: rgb(86,24,131); }
div.DivClassName
{
background-color: #561883;
}
.BgClassName
{
background-color: #561883;
}
</style>
border-color css
<style>
span { border-color: #561883; }
span { border-color: rgb(86,24,131); }
td.TdClassName
{
border-color: #561883;
}
.TagClassName
{
border-color: #561883;
}
</style>