Shades of Electric Indigo #5E04DF
Tints of Electric Indigo #5E04DF
RGB
CMYK
RGB Variations
Color information
#5E04DF (or 0x5E04DF) is known color: Electric Indigo. HEX triplet: 5E, 04 and DF. RGB value is (94,4,223). Sum of RGB (Red+Green+Blue) = 94+4+223=321 (42% of max value = 765). Red value is 94 (37.11% from 255 or 29.28% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E04DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E04DF is #A1FB20. Grayscale: #373737. Windows color (decimal): -10615585 or 14615646. OLE color: 14615646.
HSL color Cylindrical-coordinate representation of color #5E04DF: hue angle of 264.66º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04DF is Cyan = 0.58, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 94 | 4 | 223 | - |
| CMYK | 0.58 | 0.98 | 0 | 0.13 |
| HSL | 264.66º | 0.96% | 0.45% | - |
| HSV(B) | 264.66º | 0.98% | 0.87% | - |
| XYZ | 17.98 | 7.79 | 70.37 | - |
| YUV | 55.88 | 222.32 | 155.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 223 | 0.58 | 0.98 | 0 | 0.13 | 264.66 | 0.96 | 0.45 |
| Hex | 5E | 4 | DF | 3A | 62 | 0 | D | 109 | 60 | 2D |
| Octal | 136 | 4 | 337 | 72 | 142 | 0 | 15 | 411 | 140 | 55 |
| Binary | 1011110 | 100 | 11011111 | 111010 | 1100010 | 0 | 1101 | 100001001 | 1100000 | 101101 |
Color Harmonies of #5E04DF
Complementary color
Monochromatic Colors of #5E04DF
Black with #5E04DF
Text Example
Text Example
White with #5E04DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E04DF; }
p { color: rgb(94,4,223); }
H1.HeaderClassName
{
color: #5E04DF;
}
.AnyTagClassName
{
color: #5E04DF;
}
</style>
background-color css
<style>
a { background-color: #5E04DF; }
a { background-color: rgb(94,4,223); }
div.DivClassName
{
background-color: #5E04DF;
}
.BgClassName
{
background-color: #5E04DF;
}
</style>
border-color css
<style>
span { border-color: #5E04DF; }
span { border-color: rgb(94,4,223); }
td.TdClassName
{
border-color: #5E04DF;
}
.TagClassName
{
border-color: #5E04DF;
}
</style>