Shades of Electric Indigo #5E04FD
Tints of Electric Indigo #5E04FD
RGB
CMYK
RGB Variations
Color information
#5E04FD (or 0x5E04FD) is known color: Electric Indigo. HEX triplet: 5E, 04 and FD. RGB value is (94,4,253). Sum of RGB (Red+Green+Blue) = 94+4+253=351 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.78% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 253 (99.22% from 255 or 72.08% from 351); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E04FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04FD is #A1FB02. Grayscale: #3A3A3A. Windows color (decimal): -10615555 or 16581726. OLE color: 16581726.
HSL color Cylindrical-coordinate representation of color #5E04FD: hue angle of 261.69º 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 #5E04FD is Cyan = 0.63, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 4 | 253 | - |
| CMYK | 0.63 | 0.98 | 0 | 0.01 |
| HSL | 261.69º | 0.98% | 0.5% | - |
| HSV(B) | 261.69º | 0.98% | 0.99% | - |
| XYZ | 22.39 | 9.56 | 93.59 | - |
| YUV | 59.3 | 237.32 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 253 | 0.63 | 0.98 | 0 | 0.01 | 261.69 | 0.98 | 0.5 |
| Hex | 5E | 4 | FD | 3F | 62 | 0 | 1 | 106 | 62 | 32 |
| Octal | 136 | 4 | 375 | 77 | 142 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011110 | 100 | 11111101 | 111111 | 1100010 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E04FD
Complementary color
Monochromatic Colors of #5E04FD
Black with #5E04FD
Text Example
Text Example
White with #5E04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04FD; }
p { color: rgb(94,4,253); }
H1.HeaderClassName
{
color: #5E04FD;
}
.AnyTagClassName
{
color: #5E04FD;
}
</style>
background-color css
<style>
a { background-color: #5E04FD; }
a { background-color: rgb(94,4,253); }
div.DivClassName
{
background-color: #5E04FD;
}
.BgClassName
{
background-color: #5E04FD;
}
</style>
border-color css
<style>
span { border-color: #5E04FD; }
span { border-color: rgb(94,4,253); }
td.TdClassName
{
border-color: #5E04FD;
}
.TagClassName
{
border-color: #5E04FD;
}
</style>