Shades of Indigo #561289
Tints of Indigo #561289
RGB
CMYK
RGB Variations
Color information
#561289 (or 0x561289) is known color: Indigo. HEX triplet: 56, 12 and 89. RGB value is (86,18,137). Sum of RGB (Red+Green+Blue) = 86+18+137=241 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.68% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 137 (53.91% from 255 or 56.85% from 241); Max value from RGB is 137 - color contains mainly: blue. Hex color #561289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #561289 is #A9ED76. Grayscale: #333333. Windows color (decimal): -11136375 or 8983126. OLE color: 8983126.
HSL color Cylindrical-coordinate representation of color #561289: hue angle of 274.29º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #561289 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 86 | 18 | 137 | - |
| CMYK | 0.37 | 0.87 | 0 | 0.46 |
| HSL | 274.29º | 0.77% | 0.3% | - |
| HSV(B) | 274.29º | 0.87% | 0.54% | - |
| XYZ | 8.57 | 4.22 | 24.03 | - |
| YUV | 51.9 | 176.03 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 18 | 137 | 0.37 | 0.87 | 0 | 0.46 | 274.29 | 0.77 | 0.3 |
| Hex | 56 | 12 | 89 | 25 | 57 | 0 | 2E | 112 | 4D | 1E |
| Octal | 126 | 22 | 211 | 45 | 127 | 0 | 56 | 422 | 115 | 36 |
| Binary | 1010110 | 10010 | 10001001 | 100101 | 1010111 | 0 | 101110 | 100010010 | 1001101 | 11110 |
Color Harmonies of #561289
Complementary color
Monochromatic Colors of #561289
Black with #561289
Text Example
Text Example
White with #561289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #561289; }
p { color: rgb(86,18,137); }
H1.HeaderClassName
{
color: #561289;
}
.AnyTagClassName
{
color: #561289;
}
</style>
background-color css
<style>
a { background-color: #561289; }
a { background-color: rgb(86,18,137); }
div.DivClassName
{
background-color: #561289;
}
.BgClassName
{
background-color: #561289;
}
</style>
border-color css
<style>
span { border-color: #561289; }
span { border-color: rgb(86,18,137); }
td.TdClassName
{
border-color: #561289;
}
.TagClassName
{
border-color: #561289;
}
</style>