Shades of Indigo #5D0F70
Tints of Indigo #5D0F70
RGB
CMYK
RGB Variations
Color information
#5D0F70 (or 0x5D0F70) is known color: Indigo. HEX triplet: 5D, 0F and 70. RGB value is (93,15,112). Sum of RGB (Red+Green+Blue) = 93+15+112=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 15 (6.25% from 255 or 6.82% from 220); Blue value is 112 (44.14% from 255 or 50.91% from 220); Max value from RGB is 112 - color contains mainly: blue. Hex color #5D0F70 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0F70 is #A2F08F. Grayscale: #313131. Windows color (decimal): -10678416 or 7343965. OLE color: 7343965.
HSL color Cylindrical-coordinate representation of color #5D0F70: hue angle of 288.25º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D0F70 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 93 | 15 | 112 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.56 |
| HSL | 288.25º | 0.76% | 0.25% | - |
| HSV(B) | 288.25º | 0.87% | 0.44% | - |
| XYZ | 7.61 | 3.84 | 15.67 | - |
| YUV | 49.38 | 163.34 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 15 | 112 | 0.17 | 0.87 | 0 | 0.56 | 288.25 | 0.76 | 0.25 |
| Hex | 5D | F | 70 | 11 | 57 | 0 | 38 | 120 | 4C | 19 |
| Octal | 135 | 17 | 160 | 21 | 127 | 0 | 70 | 440 | 114 | 31 |
| Binary | 1011101 | 1111 | 1110000 | 10001 | 1010111 | 0 | 111000 | 100100000 | 1001100 | 11001 |
Color Harmonies of #5D0F70
Complementary color
Monochromatic Colors of #5D0F70
Black with #5D0F70
Text Example
Text Example
White with #5D0F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0F70; }
p { color: rgb(93,15,112); }
H1.HeaderClassName
{
color: #5D0F70;
}
.AnyTagClassName
{
color: #5D0F70;
}
</style>
background-color css
<style>
a { background-color: #5D0F70; }
a { background-color: rgb(93,15,112); }
div.DivClassName
{
background-color: #5D0F70;
}
.BgClassName
{
background-color: #5D0F70;
}
</style>
border-color css
<style>
span { border-color: #5D0F70; }
span { border-color: rgb(93,15,112); }
td.TdClassName
{
border-color: #5D0F70;
}
.TagClassName
{
border-color: #5D0F70;
}
</style>