Shades of Electric Indigo #5E01F3
Tints of Electric Indigo #5E01F3
RGB
CMYK
RGB Variations
Color information
#5E01F3 (or 0x5E01F3) is known color: Electric Indigo. HEX triplet: 5E, 01 and F3. RGB value is (94,1,243). Sum of RGB (Red+Green+Blue) = 94+1+243=338 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.81% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 243 (95.31% from 255 or 71.89% from 338); Max value from RGB is 243 - color contains mainly: blue. Hex color #5E01F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01F3 is #A1FE0C. Grayscale: #373737. Windows color (decimal): -10616333 or 15925598. OLE color: 15925598.
HSL color Cylindrical-coordinate representation of color #5E01F3: hue angle of 263.06º degrees, saturation: 0.99, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01F3 is Cyan = 0.61, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 1 | 243 | - |
| CMYK | 0.61 | 1.00 | 0 | 0.05 |
| HSL | 263.06º | 0.99% | 0.48% | - |
| HSV(B) | 263.06º | 1% | 0.95% | - |
| XYZ | 20.8 | 8.87 | 85.41 | - |
| YUV | 56.4 | 233.31 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 243 | 0.61 | 1.00 | 0 | 0.05 | 263.06 | 0.99 | 0.48 |
| Hex | 5E | 1 | F3 | 3D | 64 | 0 | 5 | 107 | 63 | 30 |
| Octal | 136 | 1 | 363 | 75 | 144 | 0 | 5 | 407 | 143 | 60 |
| Binary | 1011110 | 1 | 11110011 | 111101 | 1100100 | 0 | 101 | 100000111 | 1100011 | 110000 |
Color Harmonies of #5E01F3
Complementary color
Monochromatic Colors of #5E01F3
Black with #5E01F3
Text Example
Text Example
White with #5E01F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01F3; }
p { color: rgb(94,1,243); }
H1.HeaderClassName
{
color: #5E01F3;
}
.AnyTagClassName
{
color: #5E01F3;
}
</style>
background-color css
<style>
a { background-color: #5E01F3; }
a { background-color: rgb(94,1,243); }
div.DivClassName
{
background-color: #5E01F3;
}
.BgClassName
{
background-color: #5E01F3;
}
</style>
border-color css
<style>
span { border-color: #5E01F3; }
span { border-color: rgb(94,1,243); }
td.TdClassName
{
border-color: #5E01F3;
}
.TagClassName
{
border-color: #5E01F3;
}
</style>