Shades of Electric Indigo #5E00FA
Tints of Electric Indigo #5E00FA
RGB
CMYK
RGB Variations
Color information
#5E00FA (or 0x5E00FA) is known color: Electric Indigo. HEX triplet: 5E, 00 and FA. RGB value is (94,0,250). Sum of RGB (Red+Green+Blue) = 94+0+250=344 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.33% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 250 (98.05% from 255 or 72.67% from 344); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E00FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00FA is #A1FF05. Grayscale: #373737. Windows color (decimal): -10616582 or 16384094. OLE color: 16384094.
HSL color Cylindrical-coordinate representation of color #5E00FA: hue angle of 262.56º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E00FA is Cyan = 0.62, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 0 | 250 | - |
| CMYK | 0.62 | 1 | 0 | 0.02 |
| HSL | 262.56º | 1% | 0.49% | - |
| HSV(B) | 262.56º | 1% | 0.98% | - |
| XYZ | 21.87 | 9.28 | 91.08 | - |
| YUV | 56.61 | 237.14 | 154.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 250 | 0.62 | 1 | 0 | 0.02 | 262.56 | 1 | 0.49 |
| Hex | 5E | 0 | FA | 3E | 64 | 0 | 2 | 107 | 64 | 31 |
| Octal | 136 | 0 | 372 | 76 | 144 | 0 | 2 | 407 | 144 | 61 |
| Binary | 1011110 | 0 | 11111010 | 111110 | 1100100 | 0 | 10 | 100000111 | 1100100 | 110001 |
Color Harmonies of #5E00FA
Complementary color
Monochromatic Colors of #5E00FA
Black with #5E00FA
Text Example
Text Example
White with #5E00FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00FA; }
p { color: rgb(94,0,250); }
H1.HeaderClassName
{
color: #5E00FA;
}
.AnyTagClassName
{
color: #5E00FA;
}
</style>
background-color css
<style>
a { background-color: #5E00FA; }
a { background-color: rgb(94,0,250); }
div.DivClassName
{
background-color: #5E00FA;
}
.BgClassName
{
background-color: #5E00FA;
}
</style>
border-color css
<style>
span { border-color: #5E00FA; }
span { border-color: rgb(94,0,250); }
td.TdClassName
{
border-color: #5E00FA;
}
.TagClassName
{
border-color: #5E00FA;
}
</style>