Shades of Indigo #5D0A70
Tints of Indigo #5D0A70
RGB
CMYK
RGB Variations
Color information
#5D0A70 (or 0x5D0A70) is known color: Indigo. HEX triplet: 5D, 0A and 70. RGB value is (93,10,112). Sum of RGB (Red+Green+Blue) = 93+10+112=215 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.26% from 215); Green value is 10 (4.30% from 255 or 4.65% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0A70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0A70 is #A2F58F. Grayscale: #2E2E2E. Windows color (decimal): -10679696 or 7342685. OLE color: 7342685.
HSL color Cylindrical-coordinate representation of color #5D0A70: hue angle of 288.82º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5D0A70 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 10 | 112 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.56 |
| HSL | 288.82º | 0.84% | 0.24% | - |
| HSV(B) | 288.82º | 0.91% | 0.44% | - |
| XYZ | 7.55 | 3.71 | 15.65 | - |
| YUV | 46.45 | 165 | 161.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 10 | 112 | 0.17 | 0.91 | 0 | 0.56 | 288.82 | 0.84 | 0.24 |
| Hex | 5D | A | 70 | 11 | 5B | 0 | 38 | 121 | 54 | 18 |
| Octal | 135 | 12 | 160 | 21 | 133 | 0 | 70 | 441 | 124 | 30 |
| Binary | 1011101 | 1010 | 1110000 | 10001 | 1011011 | 0 | 111000 | 100100001 | 1010100 | 11000 |
Color Harmonies of #5D0A70
Complementary color
Monochromatic Colors of #5D0A70
Black with #5D0A70
Text Example
Text Example
White with #5D0A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0A70; }
p { color: rgb(93,10,112); }
H1.HeaderClassName
{
color: #5D0A70;
}
.AnyTagClassName
{
color: #5D0A70;
}
</style>
background-color css
<style>
a { background-color: #5D0A70; }
a { background-color: rgb(93,10,112); }
div.DivClassName
{
background-color: #5D0A70;
}
.BgClassName
{
background-color: #5D0A70;
}
</style>
border-color css
<style>
span { border-color: #5D0A70; }
span { border-color: rgb(93,10,112); }
td.TdClassName
{
border-color: #5D0A70;
}
.TagClassName
{
border-color: #5D0A70;
}
</style>