Shades of Indigo #5D029E
Tints of Indigo #5D029E
RGB
CMYK
RGB Variations
Color information
#5D029E (or 0x5D029E) is known color: Indigo. HEX triplet: 5D, 02 and 9E. RGB value is (93,2,158). Sum of RGB (Red+Green+Blue) = 93+2+158=253 (33% of max value = 765). Red value is 93 (36.72% from 255 or 36.76% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 158 (62.11% from 255 or 62.45% from 253); Max value from RGB is 158 - color contains mainly: blue. Hex color #5D029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5D029E is #A2FD61. Grayscale: #2E2E2E. Windows color (decimal): -10681698 or 10355293. OLE color: 10355293.
HSL color Cylindrical-coordinate representation of color #5D029E: hue angle of 275º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5D029E is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 93 | 2 | 158 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.38 |
| HSL | 275º | 0.98% | 0.31% | - |
| HSV(B) | 275º | 0.99% | 0.62% | - |
| XYZ | 10.71 | 4.84 | 32.72 | - |
| YUV | 46.99 | 190.65 | 160.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 2 | 158 | 0.41 | 0.99 | 0 | 0.38 | 275 | 0.98 | 0.31 |
| Hex | 5D | 2 | 9E | 29 | 63 | 0 | 26 | 113 | 62 | 1F |
| Octal | 135 | 2 | 236 | 51 | 143 | 0 | 46 | 423 | 142 | 37 |
| Binary | 1011101 | 10 | 10011110 | 101001 | 1100011 | 0 | 100110 | 100010011 | 1100010 | 11111 |
Color Harmonies of #5D029E
Complementary color
Monochromatic Colors of #5D029E
Black with #5D029E
Text Example
Text Example
White with #5D029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D029E; }
p { color: rgb(93,2,158); }
H1.HeaderClassName
{
color: #5D029E;
}
.AnyTagClassName
{
color: #5D029E;
}
</style>
background-color css
<style>
a { background-color: #5D029E; }
a { background-color: rgb(93,2,158); }
div.DivClassName
{
background-color: #5D029E;
}
.BgClassName
{
background-color: #5D029E;
}
</style>
border-color css
<style>
span { border-color: #5D029E; }
span { border-color: rgb(93,2,158); }
td.TdClassName
{
border-color: #5D029E;
}
.TagClassName
{
border-color: #5D029E;
}
</style>