Shades of Electric Indigo #5E04FF
Tints of Electric Indigo #5E04FF
RGB
CMYK
RGB Variations
Color information
#5E04FF (or 0x5E04FF) is known color: Electric Indigo. HEX triplet: 5E, 04 and FF. RGB value is (94,4,255). Sum of RGB (Red+Green+Blue) = 94+4+255=353 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.63% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 255 (100% from 255 or 72.24% from 353); Max value from RGB is 255 - color contains mainly: blue. Hex color #5E04FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04FF is #A1FB00. Grayscale: #3A3A3A. Windows color (decimal): -10615553 or 16712798. OLE color: 16712798.
HSL color Cylindrical-coordinate representation of color #5E04FF: hue angle of 261.51º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04FF is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 94 | 4 | 255 | - |
| CMYK | 0.63 | 0.98 | 0 | 0 |
| HSL | 261.51º | 1% | 0.51% | - |
| HSV(B) | 261.51º | 0.98% | 1% | - |
| XYZ | 22.71 | 9.69 | 95.28 | - |
| YUV | 59.52 | 238.32 | 152.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 255 | 0.63 | 0.98 | 0 | 0 | 261.51 | 1 | 0.51 |
| Hex | 5E | 4 | FF | 3F | 62 | 0 | 0 | 106 | 64 | 33 |
| Octal | 136 | 4 | 377 | 77 | 142 | 0 | 0 | 406 | 144 | 63 |
| Binary | 1011110 | 100 | 11111111 | 111111 | 1100010 | 0 | 0 | 100000110 | 1100100 | 110011 |
Color Harmonies of #5E04FF
Complementary color
Monochromatic Colors of #5E04FF
Black with #5E04FF
Text Example
Text Example
White with #5E04FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04FF; }
p { color: rgb(94,4,255); }
H1.HeaderClassName
{
color: #5E04FF;
}
.AnyTagClassName
{
color: #5E04FF;
}
</style>
background-color css
<style>
a { background-color: #5E04FF; }
a { background-color: rgb(94,4,255); }
div.DivClassName
{
background-color: #5E04FF;
}
.BgClassName
{
background-color: #5E04FF;
}
</style>
border-color css
<style>
span { border-color: #5E04FF; }
span { border-color: rgb(94,4,255); }
td.TdClassName
{
border-color: #5E04FF;
}
.TagClassName
{
border-color: #5E04FF;
}
</style>