Shades of Indigo #5D159F
Tints of Indigo #5D159F
RGB
CMYK
RGB Variations
Color information
#5D159F (or 0x5D159F) is known color: Indigo. HEX triplet: 5D, 15 and 9F. RGB value is (93,21,159). Sum of RGB (Red+Green+Blue) = 93+21+159=273 (36% of max value = 765). Red value is 93 (36.72% from 255 or 34.07% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 159 (62.5% from 255 or 58.24% from 273); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D159F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D159F is #A2EA60. Grayscale: #393939. Windows color (decimal): -10676833 or 10425693. OLE color: 10425693.
HSL color Cylindrical-coordinate representation of color #5D159F: hue angle of 271.3º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5D159F is Cyan = 0.42, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 21 | 159 | - |
| CMYK | 0.42 | 0.87 | 0 | 0.38 |
| HSL | 271.3º | 0.77% | 0.35% | - |
| HSV(B) | 271.3º | 0.87% | 0.62% | - |
| XYZ | 11.04 | 5.37 | 33.25 | - |
| YUV | 58.26 | 184.85 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 21 | 159 | 0.42 | 0.87 | 0 | 0.38 | 271.3 | 0.77 | 0.35 |
| Hex | 5D | 15 | 9F | 2A | 57 | 0 | 26 | 10F | 4D | 23 |
| Octal | 135 | 25 | 237 | 52 | 127 | 0 | 46 | 417 | 115 | 43 |
| Binary | 1011101 | 10101 | 10011111 | 101010 | 1010111 | 0 | 100110 | 100001111 | 1001101 | 100011 |
Color Harmonies of #5D159F
Complementary color
Monochromatic Colors of #5D159F
Black with #5D159F
Text Example
Text Example
White with #5D159F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D159F; }
p { color: rgb(93,21,159); }
H1.HeaderClassName
{
color: #5D159F;
}
.AnyTagClassName
{
color: #5D159F;
}
</style>
background-color css
<style>
a { background-color: #5D159F; }
a { background-color: rgb(93,21,159); }
div.DivClassName
{
background-color: #5D159F;
}
.BgClassName
{
background-color: #5D159F;
}
</style>
border-color css
<style>
span { border-color: #5D159F; }
span { border-color: rgb(93,21,159); }
td.TdClassName
{
border-color: #5D159F;
}
.TagClassName
{
border-color: #5D159F;
}
</style>