Shades of Electric Indigo #5E00FB
Tints of Electric Indigo #5E00FB
RGB
CMYK
RGB Variations
Color information
#5E00FB (or 0x5E00FB) is known color: Electric Indigo. HEX triplet: 5E, 00 and FB. RGB value is (94,0,251). Sum of RGB (Red+Green+Blue) = 94+0+251=345 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.25% from 345); Green value is 0 (0.39% from 255 or 0% from 345); Blue value is 251 (98.44% from 255 or 72.75% from 345); Max value from RGB is 251 - color contains mainly: blue. Hex color #5E00FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E00FB is #A1FF04. Grayscale: #373737. Windows color (decimal): -10616581 or 16449630. OLE color: 16449630.
HSL color Cylindrical-coordinate representation of color #5E00FB: hue angle of 262.47º 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 #5E00FB is Cyan = 0.63, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 0 | 251 | - |
| CMYK | 0.63 | 1 | 0 | 0.02 |
| HSL | 262.47º | 1% | 0.49% | - |
| HSV(B) | 262.47º | 1% | 0.98% | - |
| XYZ | 22.03 | 9.34 | 91.91 | - |
| YUV | 56.72 | 237.64 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 0 | 251 | 0.63 | 1 | 0 | 0.02 | 262.47 | 1 | 0.49 |
| Hex | 5E | 0 | FB | 3F | 64 | 0 | 2 | 106 | 64 | 31 |
| Octal | 136 | 0 | 373 | 77 | 144 | 0 | 2 | 406 | 144 | 61 |
| Binary | 1011110 | 0 | 11111011 | 111111 | 1100100 | 0 | 10 | 100000110 | 1100100 | 110001 |
Color Harmonies of #5E00FB
Complementary color
Monochromatic Colors of #5E00FB
Black with #5E00FB
Text Example
Text Example
White with #5E00FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E00FB; }
p { color: rgb(94,0,251); }
H1.HeaderClassName
{
color: #5E00FB;
}
.AnyTagClassName
{
color: #5E00FB;
}
</style>
background-color css
<style>
a { background-color: #5E00FB; }
a { background-color: rgb(94,0,251); }
div.DivClassName
{
background-color: #5E00FB;
}
.BgClassName
{
background-color: #5E00FB;
}
</style>
border-color css
<style>
span { border-color: #5E00FB; }
span { border-color: rgb(94,0,251); }
td.TdClassName
{
border-color: #5E00FB;
}
.TagClassName
{
border-color: #5E00FB;
}
</style>