Shades of Electric Indigo #5E0BFA
Tints of Electric Indigo #5E0BFA
RGB
CMYK
RGB Variations
Color information
#5E0BFA (or 0x5E0BFA) is known color: Electric Indigo. HEX triplet: 5E, 0B and FA. RGB value is (94,11,250). Sum of RGB (Red+Green+Blue) = 94+11+250=355 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.48% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0BFA is #A1F405. Grayscale: #3E3E3E. Windows color (decimal): -10613766 or 16386910. OLE color: 16386910.
HSL color Cylindrical-coordinate representation of color #5E0BFA: hue angle of 260.84º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0BFA is Cyan = 0.62, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 11 | 250 | - |
| CMYK | 0.62 | 0.96 | 0 | 0.02 |
| HSL | 260.84º | 0.96% | 0.51% | - |
| HSV(B) | 260.84º | 0.96% | 0.98% | - |
| XYZ | 21.99 | 9.52 | 91.12 | - |
| YUV | 63.06 | 233.5 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 11 | 250 | 0.62 | 0.96 | 0 | 0.02 | 260.84 | 0.96 | 0.51 |
| Hex | 5E | B | FA | 3E | 60 | 0 | 2 | 105 | 60 | 33 |
| Octal | 136 | 13 | 372 | 76 | 140 | 0 | 2 | 405 | 140 | 63 |
| Binary | 1011110 | 1011 | 11111010 | 111110 | 1100000 | 0 | 10 | 100000101 | 1100000 | 110011 |
Color Harmonies of #5E0BFA
Complementary color
Monochromatic Colors of #5E0BFA
Black with #5E0BFA
Text Example
Text Example
White with #5E0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0BFA; }
p { color: rgb(94,11,250); }
H1.HeaderClassName
{
color: #5E0BFA;
}
.AnyTagClassName
{
color: #5E0BFA;
}
</style>
background-color css
<style>
a { background-color: #5E0BFA; }
a { background-color: rgb(94,11,250); }
div.DivClassName
{
background-color: #5E0BFA;
}
.BgClassName
{
background-color: #5E0BFA;
}
</style>
border-color css
<style>
span { border-color: #5E0BFA; }
span { border-color: rgb(94,11,250); }
td.TdClassName
{
border-color: #5E0BFA;
}
.TagClassName
{
border-color: #5E0BFA;
}
</style>