Shades of Indigo #561783
Tints of Indigo #561783
RGB
CMYK
RGB Variations
Color information
#561783 (or 0x561783) is known color: Indigo. HEX triplet: 56, 17 and 83. RGB value is (86,23,131). Sum of RGB (Red+Green+Blue) = 86+23+131=240 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.83% from 240); Green value is 23 (9.38% from 255 or 9.58% from 240); Blue value is 131 (51.56% from 255 or 54.58% from 240); Max value from RGB is 131 - color contains mainly: blue. Hex color #561783 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561783 is #A9E87C. Grayscale: #353535. Windows color (decimal): -11135101 or 8591190. OLE color: 8591190.
HSL color Cylindrical-coordinate representation of color #561783: hue angle of 275º degrees, saturation: 0.7, 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 #561783 is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 23 | 131 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.49 |
| HSL | 275º | 0.7% | 0.3% | - |
| HSV(B) | 275º | 0.82% | 0.51% | - |
| XYZ | 8.24 | 4.23 | 21.85 | - |
| YUV | 54.15 | 171.37 | 150.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 131 | 0.34 | 0.82 | 0 | 0.49 | 275 | 0.7 | 0.3 |
| Hex | 56 | 17 | 83 | 22 | 52 | 0 | 31 | 113 | 46 | 1E |
| Octal | 126 | 27 | 203 | 42 | 122 | 0 | 61 | 423 | 106 | 36 |
| Binary | 1010110 | 10111 | 10000011 | 100010 | 1010010 | 0 | 110001 | 100010011 | 1000110 | 11110 |
Color Harmonies of #561783
Complementary color
Monochromatic Colors of #561783
Black with #561783
Text Example
Text Example
White with #561783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561783; }
p { color: rgb(86,23,131); }
H1.HeaderClassName
{
color: #561783;
}
.AnyTagClassName
{
color: #561783;
}
</style>
background-color css
<style>
a { background-color: #561783; }
a { background-color: rgb(86,23,131); }
div.DivClassName
{
background-color: #561783;
}
.BgClassName
{
background-color: #561783;
}
</style>
border-color css
<style>
span { border-color: #561783; }
span { border-color: rgb(86,23,131); }
td.TdClassName
{
border-color: #561783;
}
.TagClassName
{
border-color: #561783;
}
</style>