Shades of Indigo #5D0C70
Tints of Indigo #5D0C70
RGB
CMYK
RGB Variations
Color information
#5D0C70 (or 0x5D0C70) is known color: Indigo. HEX triplet: 5D, 0C and 70. RGB value is (93,12,112). Sum of RGB (Red+Green+Blue) = 93+12+112=217 (28% of max value = 765). Red value is 93 (36.72% from 255 or 42.86% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 112 (44.14% from 255 or 51.61% from 217); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0C70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0C70 is #A2F38F. Grayscale: #2F2F2F. Windows color (decimal): -10679184 or 7343197. OLE color: 7343197.
HSL color Cylindrical-coordinate representation of color #5D0C70: hue angle of 288.6º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0C70 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 12 | 112 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.56 |
| HSL | 288.6º | 0.81% | 0.24% | - |
| HSV(B) | 288.6º | 0.89% | 0.44% | - |
| XYZ | 7.57 | 3.76 | 15.66 | - |
| YUV | 47.62 | 164.34 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 12 | 112 | 0.17 | 0.89 | 0 | 0.56 | 288.6 | 0.81 | 0.24 |
| Hex | 5D | C | 70 | 11 | 59 | 0 | 38 | 121 | 51 | 18 |
| Octal | 135 | 14 | 160 | 21 | 131 | 0 | 70 | 441 | 121 | 30 |
| Binary | 1011101 | 1100 | 1110000 | 10001 | 1011001 | 0 | 111000 | 100100001 | 1010001 | 11000 |
Color Harmonies of #5D0C70
Complementary color
Monochromatic Colors of #5D0C70
Black with #5D0C70
Text Example
Text Example
White with #5D0C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0C70; }
p { color: rgb(93,12,112); }
H1.HeaderClassName
{
color: #5D0C70;
}
.AnyTagClassName
{
color: #5D0C70;
}
</style>
background-color css
<style>
a { background-color: #5D0C70; }
a { background-color: rgb(93,12,112); }
div.DivClassName
{
background-color: #5D0C70;
}
.BgClassName
{
background-color: #5D0C70;
}
</style>
border-color css
<style>
span { border-color: #5D0C70; }
span { border-color: rgb(93,12,112); }
td.TdClassName
{
border-color: #5D0C70;
}
.TagClassName
{
border-color: #5D0C70;
}
</style>