Shades of Indigo #561781
Tints of Indigo #561781
RGB
CMYK
RGB Variations
Color information
#561781 (or 0x561781) is known color: Indigo. HEX triplet: 56, 17 and 81. RGB value is (86,23,129). Sum of RGB (Red+Green+Blue) = 86+23+129=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 129 (50.78% from 255 or 54.20% from 238); Max value from RGB is 129 - color contains mainly: blue. Hex color #561781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561781 is #A9E87E. Grayscale: #353535. Windows color (decimal): -11135103 or 8460118. OLE color: 8460118.
HSL color Cylindrical-coordinate representation of color #561781: hue angle of 275.66º 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 #561781 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 86 | 23 | 129 | - |
| CMYK | 0.33 | 0.82 | 0 | 0.49 |
| HSL | 275.66º | 0.7% | 0.3% | - |
| HSV(B) | 275.66º | 0.82% | 0.51% | - |
| XYZ | 8.11 | 4.18 | 21.15 | - |
| YUV | 53.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 23 | 129 | 0.33 | 0.82 | 0 | 0.49 | 275.66 | 0.7 | 0.3 |
| Hex | 56 | 17 | 81 | 21 | 52 | 0 | 31 | 114 | 46 | 1E |
| Octal | 126 | 27 | 201 | 41 | 122 | 0 | 61 | 424 | 106 | 36 |
| Binary | 1010110 | 10111 | 10000001 | 100001 | 1010010 | 0 | 110001 | 100010100 | 1000110 | 11110 |
Color Harmonies of #561781
Complementary color
Monochromatic Colors of #561781
Black with #561781
Text Example
Text Example
White with #561781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561781; }
p { color: rgb(86,23,129); }
H1.HeaderClassName
{
color: #561781;
}
.AnyTagClassName
{
color: #561781;
}
</style>
background-color css
<style>
a { background-color: #561781; }
a { background-color: rgb(86,23,129); }
div.DivClassName
{
background-color: #561781;
}
.BgClassName
{
background-color: #561781;
}
</style>
border-color css
<style>
span { border-color: #561781; }
span { border-color: rgb(86,23,129); }
td.TdClassName
{
border-color: #561781;
}
.TagClassName
{
border-color: #561781;
}
</style>