Shades of Indigo #5D0D72
Tints of Indigo #5D0D72
RGB
CMYK
RGB Variations
Color information
#5D0D72 (or 0x5D0D72) is known color: Indigo. HEX triplet: 5D, 0D and 72. RGB value is (93,13,114). Sum of RGB (Red+Green+Blue) = 93+13+114=220 (29% of max value = 765). Red value is 93 (36.72% from 255 or 42.27% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #5D0D72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D0D72 is #A2F28D. Grayscale: #303030. Windows color (decimal): -10678926 or 7474525. OLE color: 7474525.
HSL color Cylindrical-coordinate representation of color #5D0D72: hue angle of 287.52º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D0D72 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 93 | 13 | 114 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.55 |
| HSL | 287.52º | 0.8% | 0.25% | - |
| HSV(B) | 287.52º | 0.89% | 0.45% | - |
| XYZ | 7.7 | 3.83 | 16.25 | - |
| YUV | 48.43 | 165 | 159.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 13 | 114 | 0.18 | 0.89 | 0 | 0.55 | 287.52 | 0.8 | 0.25 |
| Hex | 5D | D | 72 | 12 | 59 | 0 | 37 | 120 | 50 | 19 |
| Octal | 135 | 15 | 162 | 22 | 131 | 0 | 67 | 440 | 120 | 31 |
| Binary | 1011101 | 1101 | 1110010 | 10010 | 1011001 | 0 | 110111 | 100100000 | 1010000 | 11001 |
Color Harmonies of #5D0D72
Complementary color
Monochromatic Colors of #5D0D72
Black with #5D0D72
Text Example
Text Example
White with #5D0D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D0D72; }
p { color: rgb(93,13,114); }
H1.HeaderClassName
{
color: #5D0D72;
}
.AnyTagClassName
{
color: #5D0D72;
}
</style>
background-color css
<style>
a { background-color: #5D0D72; }
a { background-color: rgb(93,13,114); }
div.DivClassName
{
background-color: #5D0D72;
}
.BgClassName
{
background-color: #5D0D72;
}
</style>
border-color css
<style>
span { border-color: #5D0D72; }
span { border-color: rgb(93,13,114); }
td.TdClassName
{
border-color: #5D0D72;
}
.TagClassName
{
border-color: #5D0D72;
}
</style>