Shades of Electric Indigo #5E02FD
Tints of Electric Indigo #5E02FD
RGB
CMYK
RGB Variations
Color information
#5E02FD (or 0x5E02FD) is known color: Electric Indigo. HEX triplet: 5E, 02 and FD. RGB value is (94,2,253). Sum of RGB (Red+Green+Blue) = 94+2+253=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 2 (1.17% from 255 or 0.57% from 349); Blue value is 253 (99.22% from 255 or 72.49% from 349); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E02FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E02FD is #A1FD02. Grayscale: #393939. Windows color (decimal): -10616067 or 16581214. OLE color: 16581214.
HSL color Cylindrical-coordinate representation of color #5E02FD: hue angle of 261.99º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E02FD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 2 | 253 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.01 |
| HSL | 261.99º | 0.98% | 0.5% | - |
| HSV(B) | 261.99º | 0.99% | 0.99% | - |
| XYZ | 22.37 | 9.51 | 93.59 | - |
| YUV | 58.12 | 237.98 | 153.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 2 | 253 | 0.63 | 0.99 | 0 | 0.01 | 261.99 | 0.98 | 0.5 |
| Hex | 5E | 2 | FD | 3F | 63 | 0 | 1 | 106 | 62 | 32 |
| Octal | 136 | 2 | 375 | 77 | 143 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011110 | 10 | 11111101 | 111111 | 1100011 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E02FD
Complementary color
Monochromatic Colors of #5E02FD
Black with #5E02FD
Text Example
Text Example
White with #5E02FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E02FD; }
p { color: rgb(94,2,253); }
H1.HeaderClassName
{
color: #5E02FD;
}
.AnyTagClassName
{
color: #5E02FD;
}
</style>
background-color css
<style>
a { background-color: #5E02FD; }
a { background-color: rgb(94,2,253); }
div.DivClassName
{
background-color: #5E02FD;
}
.BgClassName
{
background-color: #5E02FD;
}
</style>
border-color css
<style>
span { border-color: #5E02FD; }
span { border-color: rgb(94,2,253); }
td.TdClassName
{
border-color: #5E02FD;
}
.TagClassName
{
border-color: #5E02FD;
}
</style>