Shades of Indigo #5E029E
Tints of Indigo #5E029E
RGB
CMYK
RGB Variations
Color information
#5E029E (or 0x5E029E) is known color: Indigo. HEX triplet: 5E, 02 and 9E. RGB value is (94,2,158). Sum of RGB (Red+Green+Blue) = 94+2+158=254 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.01% from 254); Green value is 2 (1.17% from 255 or 0.79% from 254); Blue value is 158 (62.11% from 255 or 62.20% from 254); Max value from RGB is 158 - color contains mainly: blue. Hex color #5E029E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029E is #A1FD61. Grayscale: #2E2E2E. Windows color (decimal): -10616162 or 10355294. OLE color: 10355294.
HSL color Cylindrical-coordinate representation of color #5E029E: hue angle of 275.38º 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 #5E029E is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 2 | 158 | - |
| CMYK | 0.41 | 0.99 | 0 | 0.38 |
| HSL | 275.38º | 0.98% | 0.31% | - |
| HSV(B) | 275.38º | 0.99% | 0.62% | - |
| XYZ | 10.81 | 4.89 | 32.72 | - |
| YUV | 47.29 | 190.48 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 158 | 0.41 | 0.99 | 0 | 0.38 | 275.38 | 0.98 | 0.31 |
| Hex | 5E | 2 | 9E | 29 | 63 | 0 | 26 | 113 | 62 | 1F |
| Octal | 136 | 2 | 236 | 51 | 143 | 0 | 46 | 423 | 142 | 37 |
| Binary | 1011110 | 10 | 10011110 | 101001 | 1100011 | 0 | 100110 | 100010011 | 1100010 | 11111 |
Color Harmonies of #5E029E
Complementary color
Monochromatic Colors of #5E029E
Black with #5E029E
Text Example
Text Example
White with #5E029E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E029E; }
p { color: rgb(94,2,158); }
H1.HeaderClassName
{
color: #5E029E;
}
.AnyTagClassName
{
color: #5E029E;
}
</style>
background-color css
<style>
a { background-color: #5E029E; }
a { background-color: rgb(94,2,158); }
div.DivClassName
{
background-color: #5E029E;
}
.BgClassName
{
background-color: #5E029E;
}
</style>
border-color css
<style>
span { border-color: #5E029E; }
span { border-color: rgb(94,2,158); }
td.TdClassName
{
border-color: #5E029E;
}
.TagClassName
{
border-color: #5E029E;
}
</style>