Shades of Indigo #5E029A
Tints of Indigo #5E029A
RGB
CMYK
RGB Variations
Color information
#5E029A (or 0x5E029A) is known color: Indigo. HEX triplet: 5E, 02 and 9A. RGB value is (94,2,154). Sum of RGB (Red+Green+Blue) = 94+2+154=250 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.6% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 154 (60.55% from 255 or 61.6% from 250); Max value from RGB is 154 - color contains mainly: blue. Hex color #5E029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E029A is #A1FD65. Grayscale: #2E2E2E. Windows color (decimal): -10616166 or 10093150. OLE color: 10093150.
HSL color Cylindrical-coordinate representation of color #5E029A: hue angle of 276.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E029A is Cyan = 0.39, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 94 | 2 | 154 | - |
| CMYK | 0.39 | 0.99 | 0 | 0.40 |
| HSL | 276.32º | 0.97% | 0.31% | - |
| HSV(B) | 276.32º | 0.99% | 0.6% | - |
| XYZ | 10.47 | 4.76 | 30.94 | - |
| YUV | 46.84 | 188.48 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 154 | 0.39 | 0.99 | 0 | 0.40 | 276.32 | 0.97 | 0.31 |
| Hex | 5E | 2 | 9A | 27 | 63 | 0 | 28 | 114 | 61 | 1F |
| Octal | 136 | 2 | 232 | 47 | 143 | 0 | 50 | 424 | 141 | 37 |
| Binary | 1011110 | 10 | 10011010 | 100111 | 1100011 | 0 | 101000 | 100010100 | 1100001 | 11111 |
Color Harmonies of #5E029A
Complementary color
Monochromatic Colors of #5E029A
Black with #5E029A
Text Example
Text Example
White with #5E029A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E029A; }
p { color: rgb(94,2,154); }
H1.HeaderClassName
{
color: #5E029A;
}
.AnyTagClassName
{
color: #5E029A;
}
</style>
background-color css
<style>
a { background-color: #5E029A; }
a { background-color: rgb(94,2,154); }
div.DivClassName
{
background-color: #5E029A;
}
.BgClassName
{
background-color: #5E029A;
}
</style>
border-color css
<style>
span { border-color: #5E029A; }
span { border-color: rgb(94,2,154); }
td.TdClassName
{
border-color: #5E029A;
}
.TagClassName
{
border-color: #5E029A;
}
</style>