Shades of Indigo #5D1199
Tints of Indigo #5D1199
RGB
CMYK
RGB Variations
Color information
#5D1199 (or 0x5D1199) is known color: Indigo. HEX triplet: 5D, 11 and 99. RGB value is (93,17,153). Sum of RGB (Red+Green+Blue) = 93+17+153=263 (34% of max value = 765). Red value is 93 (36.72% from 255 or 35.36% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 153 (60.16% from 255 or 58.17% from 263); Max value from RGB is 153 - color contains mainly: blue. Hex color #5D1199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D1199 is #A2EE66. Grayscale: #363636. Windows color (decimal): -10677863 or 10031453. OLE color: 10031453.
HSL color Cylindrical-coordinate representation of color #5D1199: hue angle of 273.53º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D1199 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 93 | 17 | 153 | - |
| CMYK | 0.39 | 0.89 | 0 | 0.4 |
| HSL | 273.53º | 0.8% | 0.33% | - |
| HSV(B) | 273.53º | 0.89% | 0.6% | - |
| XYZ | 10.46 | 5.03 | 30.56 | - |
| YUV | 55.23 | 183.18 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 17 | 153 | 0.39 | 0.89 | 0 | 0.4 | 273.53 | 0.8 | 0.33 |
| Hex | 5D | 11 | 99 | 27 | 59 | 0 | 28 | 112 | 50 | 21 |
| Octal | 135 | 21 | 231 | 47 | 131 | 0 | 50 | 422 | 120 | 41 |
| Binary | 1011101 | 10001 | 10011001 | 100111 | 1011001 | 0 | 101000 | 100010010 | 1010000 | 100001 |
Color Harmonies of #5D1199
Complementary color
Monochromatic Colors of #5D1199
Black with #5D1199
Text Example
Text Example
White with #5D1199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D1199; }
p { color: rgb(93,17,153); }
H1.HeaderClassName
{
color: #5D1199;
}
.AnyTagClassName
{
color: #5D1199;
}
</style>
background-color css
<style>
a { background-color: #5D1199; }
a { background-color: rgb(93,17,153); }
div.DivClassName
{
background-color: #5D1199;
}
.BgClassName
{
background-color: #5D1199;
}
</style>
border-color css
<style>
span { border-color: #5D1199; }
span { border-color: rgb(93,17,153); }
td.TdClassName
{
border-color: #5D1199;
}
.TagClassName
{
border-color: #5D1199;
}
</style>