Shades of Indigo #5D117D
Tints of Indigo #5D117D
RGB
CMYK
RGB Variations
Color information
#5D117D (or 0x5D117D) is known color: Indigo. HEX triplet: 5D, 11 and 7D. RGB value is (93,17,125). Sum of RGB (Red+Green+Blue) = 93+17+125=235 (31% of max value = 765). Red value is 93 (36.72% from 255 or 39.57% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #5D117D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5D117D is #A2EE82. Grayscale: #333333. Windows color (decimal): -10677891 or 8196445. OLE color: 8196445.
HSL color Cylindrical-coordinate representation of color #5D117D: hue angle of 282.22º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D117D is Cyan = 0.26, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 93 | 17 | 125 | - |
| CMYK | 0.26 | 0.86 | 0 | 0.51 |
| HSL | 282.22º | 0.76% | 0.28% | - |
| HSV(B) | 282.22º | 0.86% | 0.49% | - |
| XYZ | 8.42 | 4.21 | 19.77 | - |
| YUV | 52.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 125 | 0.26 | 0.86 | 0 | 0.51 | 282.22 | 0.76 | 0.28 |
| Hex | 5D | 11 | 7D | 1A | 56 | 0 | 33 | 11A | 4C | 1C |
| Octal | 135 | 21 | 175 | 32 | 126 | 0 | 63 | 432 | 114 | 34 |
| Binary | 1011101 | 10001 | 1111101 | 11010 | 1010110 | 0 | 110011 | 100011010 | 1001100 | 11100 |
Color Harmonies of #5D117D
Complementary color
Monochromatic Colors of #5D117D
Black with #5D117D
Text Example
Text Example
White with #5D117D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D117D; }
p { color: rgb(93,17,125); }
H1.HeaderClassName
{
color: #5D117D;
}
.AnyTagClassName
{
color: #5D117D;
}
</style>
background-color css
<style>
a { background-color: #5D117D; }
a { background-color: rgb(93,17,125); }
div.DivClassName
{
background-color: #5D117D;
}
.BgClassName
{
background-color: #5D117D;
}
</style>
border-color css
<style>
span { border-color: #5D117D; }
span { border-color: rgb(93,17,125); }
td.TdClassName
{
border-color: #5D117D;
}
.TagClassName
{
border-color: #5D117D;
}
</style>