Shades of Electric Indigo #5E01F0
Tints of Electric Indigo #5E01F0
RGB
CMYK
RGB Variations
Color information
#5E01F0 (or 0x5E01F0) is known color: Electric Indigo. HEX triplet: 5E, 01 and F0. RGB value is (94,1,240). Sum of RGB (Red+Green+Blue) = 94+1+240=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 1 (0.78% from 255 or 0.30% from 335); Blue value is 240 (94.14% from 255 or 71.64% from 335); Max value from RGB is 240 - color contains mainly: blue. Hex color #5E01F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01F0 is #A1FE0F. Grayscale: #373737. Windows color (decimal): -10616336 or 15728990. OLE color: 15728990.
HSL color Cylindrical-coordinate representation of color #5E01F0: hue angle of 263.35º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01F0 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 94 | 1 | 240 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.06 |
| HSL | 263.35º | 0.99% | 0.47% | - |
| HSV(B) | 263.35º | 1% | 0.94% | - |
| XYZ | 20.36 | 8.69 | 83.04 | - |
| YUV | 56.05 | 231.81 | 155.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 240 | 0.61 | 1.00 | 0 | 0.06 | 263.35 | 0.99 | 0.47 |
| Hex | 5E | 1 | F0 | 3D | 64 | 0 | 6 | 107 | 63 | 2F |
| Octal | 136 | 1 | 360 | 75 | 144 | 0 | 6 | 407 | 143 | 57 |
| Binary | 1011110 | 1 | 11110000 | 111101 | 1100100 | 0 | 110 | 100000111 | 1100011 | 101111 |
Color Harmonies of #5E01F0
Complementary color
Monochromatic Colors of #5E01F0
Black with #5E01F0
Text Example
Text Example
White with #5E01F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01F0; }
p { color: rgb(94,1,240); }
H1.HeaderClassName
{
color: #5E01F0;
}
.AnyTagClassName
{
color: #5E01F0;
}
</style>
background-color css
<style>
a { background-color: #5E01F0; }
a { background-color: rgb(94,1,240); }
div.DivClassName
{
background-color: #5E01F0;
}
.BgClassName
{
background-color: #5E01F0;
}
</style>
border-color css
<style>
span { border-color: #5E01F0; }
span { border-color: rgb(94,1,240); }
td.TdClassName
{
border-color: #5E01F0;
}
.TagClassName
{
border-color: #5E01F0;
}
</style>