Shades of Indigo #5E029C
Tints of Indigo #5E029C
RGB
CMYK
RGB Variations
Color information
#5E029C (or 0x5E029C) is known color: Indigo. HEX triplet: 5E, 02 and 9C. RGB value is (94,2,156). Sum of RGB (Red+Green+Blue) = 94+2+156=252 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.30% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #5E029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029C is #A1FD63. Grayscale: #2E2E2E. Windows color (decimal): -10616164 or 10224222. OLE color: 10224222.
HSL color Cylindrical-coordinate representation of color #5E029C: hue angle of 275.84º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E029C is Cyan = 0.40, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 94 | 2 | 156 | - |
| CMYK | 0.40 | 0.99 | 0 | 0.39 |
| HSL | 275.84º | 0.97% | 0.31% | - |
| HSV(B) | 275.84º | 0.99% | 0.61% | - |
| XYZ | 10.64 | 4.82 | 31.82 | - |
| YUV | 47.06 | 189.48 | 161.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 156 | 0.40 | 0.99 | 0 | 0.39 | 275.84 | 0.97 | 0.31 |
| Hex | 5E | 2 | 9C | 28 | 63 | 0 | 27 | 114 | 61 | 1F |
| Octal | 136 | 2 | 234 | 50 | 143 | 0 | 47 | 424 | 141 | 37 |
| Binary | 1011110 | 10 | 10011100 | 101000 | 1100011 | 0 | 100111 | 100010100 | 1100001 | 11111 |
Color Harmonies of #5E029C
Complementary color
Monochromatic Colors of #5E029C
Black with #5E029C
Text Example
Text Example
White with #5E029C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E029C; }
p { color: rgb(94,2,156); }
H1.HeaderClassName
{
color: #5E029C;
}
.AnyTagClassName
{
color: #5E029C;
}
</style>
background-color css
<style>
a { background-color: #5E029C; }
a { background-color: rgb(94,2,156); }
div.DivClassName
{
background-color: #5E029C;
}
.BgClassName
{
background-color: #5E029C;
}
</style>
border-color css
<style>
span { border-color: #5E029C; }
span { border-color: rgb(94,2,156); }
td.TdClassName
{
border-color: #5E029C;
}
.TagClassName
{
border-color: #5E029C;
}
</style>