Shades of Electric Indigo #5E03FB
Tints of Electric Indigo #5E03FB
RGB
CMYK
RGB Variations
Color information
#5E03FB (or 0x5E03FB) is known color: Electric Indigo. HEX triplet: 5E, 03 and FB. RGB value is (94,3,251). Sum of RGB (Red+Green+Blue) = 94+3+251=348 (46% of max value = 765). Red value is 94 (37.11% from 255 or 27.01% from 348); Green value is 3 (1.56% from 255 or 0.86% from 348); Blue value is 251 (98.44% from 255 or 72.13% from 348); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E03FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03FB is #A1FC04. Grayscale: #393939. Windows color (decimal): -10615813 or 16450398. OLE color: 16450398.
HSL color Cylindrical-coordinate representation of color #5E03FB: hue angle of 262.02º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03FB is Cyan = 0.63, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 3 | 251 | - |
| CMYK | 0.63 | 0.99 | 0 | 0.02 |
| HSL | 262.02º | 0.98% | 0.5% | - |
| HSV(B) | 262.02º | 0.99% | 0.98% | - |
| XYZ | 22.06 | 9.41 | 91.92 | - |
| YUV | 58.48 | 236.65 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 251 | 0.63 | 0.99 | 0 | 0.02 | 262.02 | 0.98 | 0.5 |
| Hex | 5E | 3 | FB | 3F | 63 | 0 | 2 | 106 | 62 | 32 |
| Octal | 136 | 3 | 373 | 77 | 143 | 0 | 2 | 406 | 142 | 62 |
| Binary | 1011110 | 11 | 11111011 | 111111 | 1100011 | 0 | 10 | 100000110 | 1100010 | 110010 |
Color Harmonies of #5E03FB
Complementary color
Monochromatic Colors of #5E03FB
Black with #5E03FB
Text Example
Text Example
White with #5E03FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03FB; }
p { color: rgb(94,3,251); }
H1.HeaderClassName
{
color: #5E03FB;
}
.AnyTagClassName
{
color: #5E03FB;
}
</style>
background-color css
<style>
a { background-color: #5E03FB; }
a { background-color: rgb(94,3,251); }
div.DivClassName
{
background-color: #5E03FB;
}
.BgClassName
{
background-color: #5E03FB;
}
</style>
border-color css
<style>
span { border-color: #5E03FB; }
span { border-color: rgb(94,3,251); }
td.TdClassName
{
border-color: #5E03FB;
}
.TagClassName
{
border-color: #5E03FB;
}
</style>