Shades of Indigo #5D029F
Tints of Indigo #5D029F
RGB
CMYK
RGB Variations
Color information
#5D029F (or 0x5D029F) is known color: Indigo. HEX triplet: 5D, 02 and 9F. RGB value is (93,2,159). Sum of RGB (Red+Green+Blue) = 93+2+159=254 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.61% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 159 (62.5% from 255 or 62.60% from 254); Max value from RGB is 159 - color contains mainly: blue. Hex color #5D029F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D029F is #A2FD60. Grayscale: #2E2E2E. Windows color (decimal): -10681697 or 10420829. OLE color: 10420829.
HSL color Cylindrical-coordinate representation of color #5D029F: hue angle of 274.78º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D029F is Cyan = 0.42, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 2 | 159 | - |
| CMYK | 0.42 | 0.99 | 0 | 0.38 |
| HSL | 274.78º | 0.98% | 0.32% | - |
| HSV(B) | 274.78º | 0.99% | 0.62% | - |
| XYZ | 10.79 | 4.87 | 33.17 | - |
| YUV | 47.11 | 191.15 | 160.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 159 | 0.42 | 0.99 | 0 | 0.38 | 274.78 | 0.98 | 0.32 |
| Hex | 5D | 2 | 9F | 2A | 63 | 0 | 26 | 113 | 62 | 20 |
| Octal | 135 | 2 | 237 | 52 | 143 | 0 | 46 | 423 | 142 | 40 |
| Binary | 1011101 | 10 | 10011111 | 101010 | 1100011 | 0 | 100110 | 100010011 | 1100010 | 100000 |
Color Harmonies of #5D029F
Complementary color
Monochromatic Colors of #5D029F
Black with #5D029F
Text Example
Text Example
White with #5D029F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D029F; }
p { color: rgb(93,2,159); }
H1.HeaderClassName
{
color: #5D029F;
}
.AnyTagClassName
{
color: #5D029F;
}
</style>
background-color css
<style>
a { background-color: #5D029F; }
a { background-color: rgb(93,2,159); }
div.DivClassName
{
background-color: #5D029F;
}
.BgClassName
{
background-color: #5D029F;
}
</style>
border-color css
<style>
span { border-color: #5D029F; }
span { border-color: rgb(93,2,159); }
td.TdClassName
{
border-color: #5D029F;
}
.TagClassName
{
border-color: #5D029F;
}
</style>