Shades of Indigo #5E029D
Tints of Indigo #5E029D
RGB
CMYK
RGB Variations
Color information
#5E029D (or 0x5E029D) is known color: Indigo. HEX triplet: 5E, 02 and 9D. RGB value is (94,2,157). Sum of RGB (Red+Green+Blue) = 94+2+157=253 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.15% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #5E029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029D is #A1FD62. Grayscale: #2E2E2E. Windows color (decimal): -10616163 or 10289758. OLE color: 10289758.
HSL color Cylindrical-coordinate representation of color #5E029D: hue angle of 275.61º degrees, saturation: 0.97, 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 #5E029D is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 2 | 157 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.38 |
| HSL | 275.61º | 0.97% | 0.31% | - |
| HSV(B) | 275.61º | 0.99% | 0.62% | - |
| XYZ | 10.72 | 4.86 | 32.27 | - |
| YUV | 47.18 | 189.98 | 161.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 157 | 0.40 | 0.99 | 0 | 0.38 | 275.61 | 0.97 | 0.31 |
| Hex | 5E | 2 | 9D | 28 | 63 | 0 | 26 | 114 | 61 | 1F |
| Octal | 136 | 2 | 235 | 50 | 143 | 0 | 46 | 424 | 141 | 37 |
| Binary | 1011110 | 10 | 10011101 | 101000 | 1100011 | 0 | 100110 | 100010100 | 1100001 | 11111 |
Color Harmonies of #5E029D
Complementary color
Monochromatic Colors of #5E029D
Black with #5E029D
Text Example
Text Example
White with #5E029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E029D; }
p { color: rgb(94,2,157); }
H1.HeaderClassName
{
color: #5E029D;
}
.AnyTagClassName
{
color: #5E029D;
}
</style>
background-color css
<style>
a { background-color: #5E029D; }
a { background-color: rgb(94,2,157); }
div.DivClassName
{
background-color: #5E029D;
}
.BgClassName
{
background-color: #5E029D;
}
</style>
border-color css
<style>
span { border-color: #5E029D; }
span { border-color: rgb(94,2,157); }
td.TdClassName
{
border-color: #5E029D;
}
.TagClassName
{
border-color: #5E029D;
}
</style>