Shades of Electric Indigo #5E03FD
Tints of Electric Indigo #5E03FD
RGB
CMYK
RGB Variations
Color information
#5E03FD (or 0x5E03FD) is known color: Electric Indigo. HEX triplet: 5E, 03 and FD. RGB value is (94,3,253). Sum of RGB (Red+Green+Blue) = 94+3+253=350 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.86% from 350); Green value is 3 (1.56% from 255 or 0.86% from 350); Blue value is 253 (99.22% from 255 or 72.29% from 350); Max value from RGB is 253 - color contains mainly: blue. Hex color #5E03FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03FD is #A1FC02. Grayscale: #393939. Windows color (decimal): -10615811 or 16581470. OLE color: 16581470.
HSL color Cylindrical-coordinate representation of color #5E03FD: hue angle of 261.84º 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 #5E03FD is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 94 | 3 | 253 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.01 |
| HSL | 261.84º | 0.98% | 0.5% | - |
| HSV(B) | 261.84º | 0.99% | 0.99% | - |
| XYZ | 22.38 | 9.54 | 93.59 | - |
| YUV | 58.71 | 237.65 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 253 | 0.63 | 0.99 | 0 | 0.01 | 261.84 | 0.98 | 0.5 |
| Hex | 5E | 3 | FD | 3F | 63 | 0 | 1 | 106 | 62 | 32 |
| Octal | 136 | 3 | 375 | 77 | 143 | 0 | 1 | 406 | 142 | 62 |
| Binary | 1011110 | 11 | 11111101 | 111111 | 1100011 | 0 | 1 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E03FD
Complementary color
Monochromatic Colors of #5E03FD
Black with #5E03FD
Text Example
Text Example
White with #5E03FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03FD; }
p { color: rgb(94,3,253); }
H1.HeaderClassName
{
color: #5E03FD;
}
.AnyTagClassName
{
color: #5E03FD;
}
</style>
background-color css
<style>
a { background-color: #5E03FD; }
a { background-color: rgb(94,3,253); }
div.DivClassName
{
background-color: #5E03FD;
}
.BgClassName
{
background-color: #5E03FD;
}
</style>
border-color css
<style>
span { border-color: #5E03FD; }
span { border-color: rgb(94,3,253); }
td.TdClassName
{
border-color: #5E03FD;
}
.TagClassName
{
border-color: #5E03FD;
}
</style>