Shades of Electric Indigo #5E09EA
Tints of Electric Indigo #5E09EA
RGB
CMYK
RGB Variations
Color information
#5E09EA (or 0x5E09EA) is known color: Electric Indigo. HEX triplet: 5E, 09 and EA. RGB value is (94,9,234). Sum of RGB (Red+Green+Blue) = 94+9+234=337 (44% of max value = 765). Red value is 94 (37.11% from 255 or 27.89% from 337); Green value is 9 (3.91% from 255 or 2.67% from 337); Blue value is 234 (91.80% from 255 or 69.44% from 337); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E09EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E09EA is #A1F615. Grayscale: #3B3B3B. Windows color (decimal): -10614294 or 15337822. OLE color: 15337822.
HSL color Cylindrical-coordinate representation of color #5E09EA: hue angle of 262.67º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E09EA is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 94 | 9 | 234 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.08 |
| HSL | 262.67º | 0.93% | 0.48% | - |
| HSV(B) | 262.67º | 0.96% | 0.92% | - |
| XYZ | 19.57 | 8.52 | 78.45 | - |
| YUV | 60.07 | 226.16 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 234 | 0.60 | 0.96 | 0 | 0.08 | 262.67 | 0.93 | 0.48 |
| Hex | 5E | 9 | EA | 3C | 60 | 0 | 8 | 107 | 5D | 30 |
| Octal | 136 | 11 | 352 | 74 | 140 | 0 | 10 | 407 | 135 | 60 |
| Binary | 1011110 | 1001 | 11101010 | 111100 | 1100000 | 0 | 1000 | 100000111 | 1011101 | 110000 |
Color Harmonies of #5E09EA
Complementary color
Monochromatic Colors of #5E09EA
Black with #5E09EA
Text Example
Text Example
White with #5E09EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E09EA; }
p { color: rgb(94,9,234); }
H1.HeaderClassName
{
color: #5E09EA;
}
.AnyTagClassName
{
color: #5E09EA;
}
</style>
background-color css
<style>
a { background-color: #5E09EA; }
a { background-color: rgb(94,9,234); }
div.DivClassName
{
background-color: #5E09EA;
}
.BgClassName
{
background-color: #5E09EA;
}
</style>
border-color css
<style>
span { border-color: #5E09EA; }
span { border-color: rgb(94,9,234); }
td.TdClassName
{
border-color: #5E09EA;
}
.TagClassName
{
border-color: #5E09EA;
}
</style>