Shades of Electric Indigo #5E01FB
Tints of Electric Indigo #5E01FB
RGB
CMYK
RGB Variations
Color information
#5E01FB (or 0x5E01FB) is known color: Electric Indigo. HEX triplet: 5E, 01 and FB. RGB value is (94,1,251). Sum of RGB (Red+Green+Blue) = 94+1+251=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 1 (0.78% from 255 or 0.29% from 346); Blue value is 251 (98.44% from 255 or 72.54% from 346); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E01FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01FB is #A1FE04. Grayscale: #383838. Windows color (decimal): -10616325 or 16449886. OLE color: 16449886.
HSL color Cylindrical-coordinate representation of color #5E01FB: hue angle of 262.32º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01FB is Cyan = 0.63, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 1 | 251 | - |
| CMYK | 0.63 | 1.00 | 0 | 0.02 |
| HSL | 262.32º | 0.99% | 0.49% | - |
| HSV(B) | 262.32º | 1% | 0.98% | - |
| XYZ | 22.04 | 9.37 | 91.91 | - |
| YUV | 57.31 | 237.31 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 251 | 0.63 | 1.00 | 0 | 0.02 | 262.32 | 0.99 | 0.49 |
| Hex | 5E | 1 | FB | 3F | 64 | 0 | 2 | 106 | 63 | 31 |
| Octal | 136 | 1 | 373 | 77 | 144 | 0 | 2 | 406 | 143 | 61 |
| Binary | 1011110 | 1 | 11111011 | 111111 | 1100100 | 0 | 10 | 100000110 | 1100011 | 110001 |
Color Harmonies of #5E01FB
Complementary color
Monochromatic Colors of #5E01FB
Black with #5E01FB
Text Example
Text Example
White with #5E01FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01FB; }
p { color: rgb(94,1,251); }
H1.HeaderClassName
{
color: #5E01FB;
}
.AnyTagClassName
{
color: #5E01FB;
}
</style>
background-color css
<style>
a { background-color: #5E01FB; }
a { background-color: rgb(94,1,251); }
div.DivClassName
{
background-color: #5E01FB;
}
.BgClassName
{
background-color: #5E01FB;
}
</style>
border-color css
<style>
span { border-color: #5E01FB; }
span { border-color: rgb(94,1,251); }
td.TdClassName
{
border-color: #5E01FB;
}
.TagClassName
{
border-color: #5E01FB;
}
</style>