Shades of Electric Indigo #5E0CFA
Tints of Electric Indigo #5E0CFA
RGB
CMYK
RGB Variations
Color information
#5E0CFA (or 0x5E0CFA) is known color: Electric Indigo. HEX triplet: 5E, 0C and FA. RGB value is (94,12,250). Sum of RGB (Red+Green+Blue) = 94+12+250=356 (47% of max value = 765). Red value is 94 (37.11% from 255 or 26.40% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5E0CFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E0CFA is #A1F305. Grayscale: #3E3E3E. Windows color (decimal): -10613510 or 16387166. OLE color: 16387166.
HSL color Cylindrical-coordinate representation of color #5E0CFA: hue angle of 260.67º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0CFA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 94 | 12 | 250 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.02 |
| HSL | 260.67º | 0.96% | 0.51% | - |
| HSV(B) | 260.67º | 0.95% | 0.98% | - |
| XYZ | 22 | 9.54 | 91.13 | - |
| YUV | 63.65 | 233.17 | 149.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 12 | 250 | 0.62 | 0.95 | 0 | 0.02 | 260.67 | 0.96 | 0.51 |
| Hex | 5E | C | FA | 3E | 5F | 0 | 2 | 105 | 60 | 33 |
| Octal | 136 | 14 | 372 | 76 | 137 | 0 | 2 | 405 | 140 | 63 |
| Binary | 1011110 | 1100 | 11111010 | 111110 | 1011111 | 0 | 10 | 100000101 | 1100000 | 110011 |
Color Harmonies of #5E0CFA
Complementary color
Monochromatic Colors of #5E0CFA
Black with #5E0CFA
Text Example
Text Example
White with #5E0CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0CFA; }
p { color: rgb(94,12,250); }
H1.HeaderClassName
{
color: #5E0CFA;
}
.AnyTagClassName
{
color: #5E0CFA;
}
</style>
background-color css
<style>
a { background-color: #5E0CFA; }
a { background-color: rgb(94,12,250); }
div.DivClassName
{
background-color: #5E0CFA;
}
.BgClassName
{
background-color: #5E0CFA;
}
</style>
border-color css
<style>
span { border-color: #5E0CFA; }
span { border-color: rgb(94,12,250); }
td.TdClassName
{
border-color: #5E0CFA;
}
.TagClassName
{
border-color: #5E0CFA;
}
</style>