Shades of Indigo #5D129F
Tints of Indigo #5D129F
RGB
CMYK
RGB Variations
Color information
#5D129F (or 0x5D129F) is known color: Indigo. HEX triplet: 5D, 12 and 9F. RGB value is (93,18,159). Sum of RGB (Red+Green+Blue) = 93+18+159=270 (35% of max value = 765). Red value is 93 (36.72% from 255 or 34.44% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D129F is #A2ED60. Grayscale: #383838. Windows color (decimal): -10677601 or 10424925. OLE color: 10424925.
HSL color Cylindrical-coordinate representation of color #5D129F: hue angle of 271.91º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5D129F is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 18 | 159 | - |
| CMYK | 0.42 | 0.89 | 0 | 0.38 |
| HSL | 271.91º | 0.8% | 0.35% | - |
| HSV(B) | 271.91º | 0.89% | 0.62% | - |
| XYZ | 10.99 | 5.26 | 33.24 | - |
| YUV | 56.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 18 | 159 | 0.42 | 0.89 | 0 | 0.38 | 271.91 | 0.8 | 0.35 |
| Hex | 5D | 12 | 9F | 2A | 59 | 0 | 26 | 110 | 50 | 23 |
| Octal | 135 | 22 | 237 | 52 | 131 | 0 | 46 | 420 | 120 | 43 |
| Binary | 1011101 | 10010 | 10011111 | 101010 | 1011001 | 0 | 100110 | 100010000 | 1010000 | 100011 |
Color Harmonies of #5D129F
Complementary color
Monochromatic Colors of #5D129F
Black with #5D129F
Text Example
Text Example
White with #5D129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D129F; }
p { color: rgb(93,18,159); }
H1.HeaderClassName
{
color: #5D129F;
}
.AnyTagClassName
{
color: #5D129F;
}
</style>
background-color css
<style>
a { background-color: #5D129F; }
a { background-color: rgb(93,18,159); }
div.DivClassName
{
background-color: #5D129F;
}
.BgClassName
{
background-color: #5D129F;
}
</style>
border-color css
<style>
span { border-color: #5D129F; }
span { border-color: rgb(93,18,159); }
td.TdClassName
{
border-color: #5D129F;
}
.TagClassName
{
border-color: #5D129F;
}
</style>