Shades of Electric Indigo #5E03FC
Tints of Electric Indigo #5E03FC
RGB
CMYK
RGB Variations
Color information
#5E03FC (or 0x5E03FC) is known color: Electric Indigo. HEX triplet: 5E, 03 and FC. RGB value is (94,3,252). Sum of RGB (Red+Green+Blue) = 94+3+252=349 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.93% from 349); Green value is 3 (1.56% from 255 or 0.86% from 349); Blue value is 252 (98.83% from 255 or 72.21% from 349); Max value from RGB is 252 - color contains mainly: blue. Hex color #5E03FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03FC is #A1FC03. Grayscale: #393939. Windows color (decimal): -10615812 or 16515934. OLE color: 16515934.
HSL color Cylindrical-coordinate representation of color #5E03FC: hue angle of 261.93º 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 #5E03FC is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 3 | 252 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.01 |
| HSL | 261.93º | 0.98% | 0.5% | - |
| HSV(B) | 261.93º | 0.99% | 0.99% | - |
| XYZ | 22.22 | 9.47 | 92.75 | - |
| YUV | 58.6 | 237.15 | 153.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 252 | 0.63 | 0.99 | 0 | 0.01 | 261.93 | 0.98 | 0.5 |
| Hex | 5E | 3 | FC | 3F | 63 | 0 | 1 | 106 | 62 | 32 |
| Octal | 136 | 3 | 374 | 77 | 143 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011110 | 11 | 11111100 | 111111 | 1100011 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E03FC
Complementary color
Monochromatic Colors of #5E03FC
Black with #5E03FC
Text Example
Text Example
White with #5E03FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03FC; }
p { color: rgb(94,3,252); }
H1.HeaderClassName
{
color: #5E03FC;
}
.AnyTagClassName
{
color: #5E03FC;
}
</style>
background-color css
<style>
a { background-color: #5E03FC; }
a { background-color: rgb(94,3,252); }
div.DivClassName
{
background-color: #5E03FC;
}
.BgClassName
{
background-color: #5E03FC;
}
</style>
border-color css
<style>
span { border-color: #5E03FC; }
span { border-color: rgb(94,3,252); }
td.TdClassName
{
border-color: #5E03FC;
}
.TagClassName
{
border-color: #5E03FC;
}
</style>