Shades of Electric Indigo #5E03F5
Tints of Electric Indigo #5E03F5
RGB
CMYK
RGB Variations
Color information
#5E03F5 (or 0x5E03F5) is known color: Electric Indigo. HEX triplet: 5E, 03 and F5. RGB value is (94,3,245). Sum of RGB (Red+Green+Blue) = 94+3+245=342 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.49% from 342); Green value is 3 (1.56% from 255 or 0.88% from 342); Blue value is 245 (96.09% from 255 or 71.64% from 342); Max value from RGB is 245 - color contains mainly: blue. Hex color #5E03F5 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03F5 is #A1FC0A. Grayscale: #383838. Windows color (decimal): -10615819 or 16057182. OLE color: 16057182.
HSL color Cylindrical-coordinate representation of color #5E03F5: hue angle of 262.56º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E03F5 is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 94 | 3 | 245 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.04 |
| HSL | 262.56º | 0.98% | 0.49% | - |
| HSV(B) | 262.56º | 0.99% | 0.96% | - |
| XYZ | 21.13 | 9.04 | 87.02 | - |
| YUV | 57.8 | 233.65 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 245 | 0.62 | 0.99 | 0 | 0.04 | 262.56 | 0.98 | 0.49 |
| Hex | 5E | 3 | F5 | 3E | 63 | 0 | 4 | 107 | 62 | 31 |
| Octal | 136 | 3 | 365 | 76 | 143 | 0 | 4 | 407 | 142 | 61 |
| Binary | 1011110 | 11 | 11110101 | 111110 | 1100011 | 0 | 100 | 100000111 | 1100010 | 110001 |
Color Harmonies of #5E03F5
Complementary color
Monochromatic Colors of #5E03F5
Black with #5E03F5
Text Example
Text Example
White with #5E03F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E03F5; }
p { color: rgb(94,3,245); }
H1.HeaderClassName
{
color: #5E03F5;
}
.AnyTagClassName
{
color: #5E03F5;
}
</style>
background-color css
<style>
a { background-color: #5E03F5; }
a { background-color: rgb(94,3,245); }
div.DivClassName
{
background-color: #5E03F5;
}
.BgClassName
{
background-color: #5E03F5;
}
</style>
border-color css
<style>
span { border-color: #5E03F5; }
span { border-color: rgb(94,3,245); }
td.TdClassName
{
border-color: #5E03F5;
}
.TagClassName
{
border-color: #5E03F5;
}
</style>