Shades of Indigo #560E85
Tints of Indigo #560E85
RGB
CMYK
RGB Variations
Color information
#560E85 (or 0x560E85) is known color: Indigo. HEX triplet: 56, 0E and 85. RGB value is (86,14,133). Sum of RGB (Red+Green+Blue) = 86+14+133=233 (30% of max value = 765). Red value is 86 (33.98% from 255 or 36.91% from 233); Green value is 14 (5.86% from 255 or 6.01% from 233); Blue value is 133 (52.34% from 255 or 57.08% from 233); Max value from RGB is 133 - color contains mainly: blue. Hex color #560E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #560E85 is #A9F17A. Grayscale: #303030. Windows color (decimal): -11137403 or 8719958. OLE color: 8719958.
HSL color Cylindrical-coordinate representation of color #560E85: hue angle of 276.3º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #560E85 is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 86 | 14 | 133 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.48 |
| HSL | 276.3º | 0.81% | 0.29% | - |
| HSV(B) | 276.3º | 0.89% | 0.52% | - |
| XYZ | 8.23 | 3.99 | 22.53 | - |
| YUV | 49.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 14 | 133 | 0.35 | 0.89 | 0 | 0.48 | 276.3 | 0.81 | 0.29 |
| Hex | 56 | E | 85 | 23 | 59 | 0 | 30 | 114 | 51 | 1D |
| Octal | 126 | 16 | 205 | 43 | 131 | 0 | 60 | 424 | 121 | 35 |
| Binary | 1010110 | 1110 | 10000101 | 100011 | 1011001 | 0 | 110000 | 100010100 | 1010001 | 11101 |
Color Harmonies of #560E85
Complementary color
Monochromatic Colors of #560E85
Black with #560E85
Text Example
Text Example
White with #560E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #560E85; }
p { color: rgb(86,14,133); }
H1.HeaderClassName
{
color: #560E85;
}
.AnyTagClassName
{
color: #560E85;
}
</style>
background-color css
<style>
a { background-color: #560E85; }
a { background-color: rgb(86,14,133); }
div.DivClassName
{
background-color: #560E85;
}
.BgClassName
{
background-color: #560E85;
}
</style>
border-color css
<style>
span { border-color: #560E85; }
span { border-color: rgb(86,14,133); }
td.TdClassName
{
border-color: #560E85;
}
.TagClassName
{
border-color: #560E85;
}
</style>