Shades of Indigo #5E04A0
Tints of Indigo #5E04A0
RGB
CMYK
RGB Variations
Color information
#5E04A0 (or 0x5E04A0) is known color: Indigo. HEX triplet: 5E, 04 and A0. RGB value is (94,4,160). Sum of RGB (Red+Green+Blue) = 94+4+160=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 160 (62.89% from 255 or 62.02% from 258); Max value from RGB is 160 - color contains mainly: blue. Hex color #5E04A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E04A0 is #A1FB5F. Grayscale: #303030. Windows color (decimal): -10615648 or 10486878. OLE color: 10486878.
HSL color Cylindrical-coordinate representation of color #5E04A0: hue angle of 274.62º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04A0 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 4 | 160 | - |
| CMYK | 0.41 | 0.98 | 0 | 0.37 |
| HSL | 274.62º | 0.95% | 0.32% | - |
| HSV(B) | 274.62º | 0.98% | 0.63% | - |
| XYZ | 11 | 5 | 33.64 | - |
| YUV | 48.69 | 190.82 | 160.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 160 | 0.41 | 0.98 | 0 | 0.37 | 274.62 | 0.95 | 0.32 |
| Hex | 5E | 4 | A0 | 29 | 62 | 0 | 25 | 113 | 5F | 20 |
| Octal | 136 | 4 | 240 | 51 | 142 | 0 | 45 | 423 | 137 | 40 |
| Binary | 1011110 | 100 | 10100000 | 101001 | 1100010 | 0 | 100101 | 100010011 | 1011111 | 100000 |
Color Harmonies of #5E04A0
Complementary color
Monochromatic Colors of #5E04A0
Black with #5E04A0
Text Example
Text Example
White with #5E04A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04A0; }
p { color: rgb(94,4,160); }
H1.HeaderClassName
{
color: #5E04A0;
}
.AnyTagClassName
{
color: #5E04A0;
}
</style>
background-color css
<style>
a { background-color: #5E04A0; }
a { background-color: rgb(94,4,160); }
div.DivClassName
{
background-color: #5E04A0;
}
.BgClassName
{
background-color: #5E04A0;
}
</style>
border-color css
<style>
span { border-color: #5E04A0; }
span { border-color: rgb(94,4,160); }
td.TdClassName
{
border-color: #5E04A0;
}
.TagClassName
{
border-color: #5E04A0;
}
</style>