Shades of Indigo #5D1979
Tints of Indigo #5D1979
RGB
CMYK
RGB Variations
Color information
#5D1979 (or 0x5D1979) is known color: Indigo. HEX triplet: 5D, 19 and 79. RGB value is (93,25,121). Sum of RGB (Red+Green+Blue) = 93+25+121=239 (31% of max value = 765). Red value is 93 (36.72% from 255 or 38.91% from 239); Green value is 25 (10.16% from 255 or 10.46% from 239); Blue value is 121 (47.66% from 255 or 50.63% from 239); Max value from RGB is 121 - color contains mainly: blue. Hex color #5D1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D1979 is #A2E686. Grayscale: #373737. Windows color (decimal): -10675847 or 7936349. OLE color: 7936349.
HSL color Cylindrical-coordinate representation of color #5D1979: hue angle of 282.5º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5D1979 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 93 | 25 | 121 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.53 |
| HSL | 282.5º | 0.66% | 0.29% | - |
| HSV(B) | 282.5º | 0.79% | 0.47% | - |
| XYZ | 8.31 | 4.4 | 18.5 | - |
| YUV | 56.28 | 164.53 | 154.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 25 | 121 | 0.23 | 0.79 | 0 | 0.53 | 282.5 | 0.66 | 0.29 |
| Hex | 5D | 19 | 79 | 17 | 4F | 0 | 35 | 11A | 42 | 1D |
| Octal | 135 | 31 | 171 | 27 | 117 | 0 | 65 | 432 | 102 | 35 |
| Binary | 1011101 | 11001 | 1111001 | 10111 | 1001111 | 0 | 110101 | 100011010 | 1000010 | 11101 |
Color Harmonies of #5D1979
Complementary color
Monochromatic Colors of #5D1979
Black with #5D1979
Text Example
Text Example
White with #5D1979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1979; }
p { color: rgb(93,25,121); }
H1.HeaderClassName
{
color: #5D1979;
}
.AnyTagClassName
{
color: #5D1979;
}
</style>
background-color css
<style>
a { background-color: #5D1979; }
a { background-color: rgb(93,25,121); }
div.DivClassName
{
background-color: #5D1979;
}
.BgClassName
{
background-color: #5D1979;
}
</style>
border-color css
<style>
span { border-color: #5D1979; }
span { border-color: rgb(93,25,121); }
td.TdClassName
{
border-color: #5D1979;
}
.TagClassName
{
border-color: #5D1979;
}
</style>