Shades of Electric Indigo #5E04FC
Tints of Electric Indigo #5E04FC
RGB
CMYK
RGB Variations
Color information
#5E04FC (or 0x5E04FC) is known color: Electric Indigo. HEX triplet: 5E, 04 and FC. RGB value is (94,4,252). Sum of RGB (Red+Green+Blue) = 94+4+252=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 4 (1.95% from 255 or 1.14% from 350); Blue value is 252 (98.83% from 255 or 72% from 350); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E04FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04FC is #A1FB03. Grayscale: #3A3A3A. Windows color (decimal): -10615556 or 16516190. OLE color: 16516190.
HSL color Cylindrical-coordinate representation of color #5E04FC: hue angle of 261.77º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04FC is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 4 | 252 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.01 |
| HSL | 261.77º | 0.98% | 0.5% | - |
| HSV(B) | 261.77º | 0.98% | 0.99% | - |
| XYZ | 22.23 | 9.49 | 92.76 | - |
| YUV | 59.18 | 236.82 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 252 | 0.63 | 0.98 | 0 | 0.01 | 261.77 | 0.98 | 0.5 |
| Hex | 5E | 4 | FC | 3F | 62 | 0 | 1 | 106 | 62 | 32 |
| Octal | 136 | 4 | 374 | 77 | 142 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011110 | 100 | 11111100 | 111111 | 1100010 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E04FC
Complementary color
Monochromatic Colors of #5E04FC
Black with #5E04FC
Text Example
Text Example
White with #5E04FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04FC; }
p { color: rgb(94,4,252); }
H1.HeaderClassName
{
color: #5E04FC;
}
.AnyTagClassName
{
color: #5E04FC;
}
</style>
background-color css
<style>
a { background-color: #5E04FC; }
a { background-color: rgb(94,4,252); }
div.DivClassName
{
background-color: #5E04FC;
}
.BgClassName
{
background-color: #5E04FC;
}
</style>
border-color css
<style>
span { border-color: #5E04FC; }
span { border-color: rgb(94,4,252); }
td.TdClassName
{
border-color: #5E04FC;
}
.TagClassName
{
border-color: #5E04FC;
}
</style>