Shades of Indigo #5E0499
Tints of Indigo #5E0499
RGB
CMYK
RGB Variations
Color information
#5E0499 (or 0x5E0499) is known color: Indigo. HEX triplet: 5E, 04 and 99. RGB value is (94,4,153). Sum of RGB (Red+Green+Blue) = 94+4+153=251 (33% of max value = 765). Red value is 94 (37.11% from 255 or 37.45% from 251); Green value is 4 (1.95% from 255 or 1.59% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0499 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0499 is #A1FB66. Grayscale: #2F2F2F. Windows color (decimal): -10615655 or 10028126. OLE color: 10028126.
HSL color Cylindrical-coordinate representation of color #5E0499: hue angle of 276.24º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0499 is Cyan = 0.39, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 94 | 4 | 153 | - |
| CMYK | 0.39 | 0.97 | 0 | 0.4 |
| HSL | 276.24º | 0.95% | 0.31% | - |
| HSV(B) | 276.24º | 0.97% | 0.6% | - |
| XYZ | 10.41 | 4.77 | 30.51 | - |
| YUV | 47.9 | 187.32 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 153 | 0.39 | 0.97 | 0 | 0.4 | 276.24 | 0.95 | 0.31 |
| Hex | 5E | 4 | 99 | 27 | 61 | 0 | 28 | 114 | 5F | 1F |
| Octal | 136 | 4 | 231 | 47 | 141 | 0 | 50 | 424 | 137 | 37 |
| Binary | 1011110 | 100 | 10011001 | 100111 | 1100001 | 0 | 101000 | 100010100 | 1011111 | 11111 |
Color Harmonies of #5E0499
Complementary color
Monochromatic Colors of #5E0499
Black with #5E0499
Text Example
Text Example
White with #5E0499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0499; }
p { color: rgb(94,4,153); }
H1.HeaderClassName
{
color: #5E0499;
}
.AnyTagClassName
{
color: #5E0499;
}
</style>
background-color css
<style>
a { background-color: #5E0499; }
a { background-color: rgb(94,4,153); }
div.DivClassName
{
background-color: #5E0499;
}
.BgClassName
{
background-color: #5E0499;
}
</style>
border-color css
<style>
span { border-color: #5E0499; }
span { border-color: rgb(94,4,153); }
td.TdClassName
{
border-color: #5E0499;
}
.TagClassName
{
border-color: #5E0499;
}
</style>