Shades of Indigo #5D0870
Tints of Indigo #5D0870
RGB
CMYK
RGB Variations
Color information
#5D0870 (or 0x5D0870) is known color: Indigo. HEX triplet: 5D, 08 and 70. RGB value is (93,8,112). Sum of RGB (Red+Green+Blue) = 93+8+112=213 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.66% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 112 (44.14% from 255 or 52.58% from 213); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0870 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0870 is #A2F78F. Grayscale: #2C2C2C. Windows color (decimal): -10680208 or 7342173. OLE color: 7342173.
HSL color Cylindrical-coordinate representation of color #5D0870: hue angle of 289.04º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5D0870 is Cyan = 0.17, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 8 | 112 | - |
| CMYK | 0.17 | 0.93 | 0 | 0.56 |
| HSL | 289.04º | 0.87% | 0.24% | - |
| HSV(B) | 289.04º | 0.93% | 0.44% | - |
| XYZ | 7.53 | 3.67 | 15.64 | - |
| YUV | 45.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 8 | 112 | 0.17 | 0.93 | 0 | 0.56 | 289.04 | 0.87 | 0.24 |
| Hex | 5D | 8 | 70 | 11 | 5D | 0 | 38 | 121 | 57 | 18 |
| Octal | 135 | 10 | 160 | 21 | 135 | 0 | 70 | 441 | 127 | 30 |
| Binary | 1011101 | 1000 | 1110000 | 10001 | 1011101 | 0 | 111000 | 100100001 | 1010111 | 11000 |
Color Harmonies of #5D0870
Complementary color
Monochromatic Colors of #5D0870
Black with #5D0870
Text Example
Text Example
White with #5D0870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0870; }
p { color: rgb(93,8,112); }
H1.HeaderClassName
{
color: #5D0870;
}
.AnyTagClassName
{
color: #5D0870;
}
</style>
background-color css
<style>
a { background-color: #5D0870; }
a { background-color: rgb(93,8,112); }
div.DivClassName
{
background-color: #5D0870;
}
.BgClassName
{
background-color: #5D0870;
}
</style>
border-color css
<style>
span { border-color: #5D0870; }
span { border-color: rgb(93,8,112); }
td.TdClassName
{
border-color: #5D0870;
}
.TagClassName
{
border-color: #5D0870;
}
</style>