Shades of Electric Indigo #5E01F8
Tints of Electric Indigo #5E01F8
RGB
CMYK
RGB Variations
Color information
#5E01F8 (or 0x5E01F8) is known color: Electric Indigo. HEX triplet: 5E, 01 and F8. RGB value is (94,1,248). Sum of RGB (Red+Green+Blue) = 94+1+248=343 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.41% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 248 (97.27% from 255 or 72.30% from 343); Max value from RGB is 248 - color contains mainly: blue. Hex color #5E01F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E01F8 is #A1FE07. Grayscale: #383838. Windows color (decimal): -10616328 or 16253278. OLE color: 16253278.
HSL color Cylindrical-coordinate representation of color #5E01F8: hue angle of 262.59º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5E01F8 is Cyan = 0.62, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 94 | 1 | 248 | - |
| CMYK | 0.62 | 1.00 | 0 | 0.03 |
| HSL | 262.59º | 0.99% | 0.49% | - |
| HSV(B) | 262.59º | 1% | 0.97% | - |
| XYZ | 21.57 | 9.18 | 89.44 | - |
| YUV | 56.97 | 235.81 | 154.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 1 | 248 | 0.62 | 1.00 | 0 | 0.03 | 262.59 | 0.99 | 0.49 |
| Hex | 5E | 1 | F8 | 3E | 64 | 0 | 3 | 107 | 63 | 31 |
| Octal | 136 | 1 | 370 | 76 | 144 | 0 | 3 | 407 | 143 | 61 |
| Binary | 1011110 | 1 | 11111000 | 111110 | 1100100 | 0 | 11 | 100000111 | 1100011 | 110001 |
Color Harmonies of #5E01F8
Complementary color
Monochromatic Colors of #5E01F8
Black with #5E01F8
Text Example
Text Example
White with #5E01F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E01F8; }
p { color: rgb(94,1,248); }
H1.HeaderClassName
{
color: #5E01F8;
}
.AnyTagClassName
{
color: #5E01F8;
}
</style>
background-color css
<style>
a { background-color: #5E01F8; }
a { background-color: rgb(94,1,248); }
div.DivClassName
{
background-color: #5E01F8;
}
.BgClassName
{
background-color: #5E01F8;
}
</style>
border-color css
<style>
span { border-color: #5E01F8; }
span { border-color: rgb(94,1,248); }
td.TdClassName
{
border-color: #5E01F8;
}
.TagClassName
{
border-color: #5E01F8;
}
</style>