Html Css Color HEX #5E04ED Electric Indigo

📋 copy color: '#5E04ED'

red 94 ◦ green 4 ◦ blue 237

#5E04ED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #5E04ED

Tints of Electric Indigo #5E04ED

RGB

 RED value IS 94 (37.11% from 255) = 28.06%

 GREEN value IS 4 (1.95% from 255) = 1.19%

 BLUE value IS 237 (92.97% from 255) = 70.75%

R = 28.06%
G = 1.19%
B = 70.75%

CMYK

 C value IS 0.60

 M value IS 0.98

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5E04ED (or 0x5E04ED) is known color: Electric Indigo. HEX triplet: 5E, 04 and ED. RGB value is (94,4,237). Sum of RGB (Red+Green+Blue) = 94+4+237=335 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.06% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 237 (92.97% from 255 or 70.75% from 335); Max value from RGB is 237 - color contains mainly: blue. Hex color #5E04ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04ED is #A1FB12. Grayscale: #383838. Windows color (decimal): -10615571 or 15533150. OLE color: 15533150.

HSL color Cylindrical-coordinate representation of color #5E04ED: hue angle of 263.18º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E04ED is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 94 4 237 -
CMYK 0.60 0.98 0 0.07
HSL 263.18º 0.97% 0.47% -
HSV(B) 263.18º 0.98% 0.93% -
XYZ 19.95 8.58 80.73 -
YUV 57.47 229.32 154.05 -
System Red Green Blue C M Y K H S L
Decimal 94 4 237 0.60 0.98 0 0.07 263.18 0.97 0.47
Hex 5E 4 ED 3C 62 0 7 107 61 2F
Octal 136 4 355 74 142 0 7 407 141 57
Binary 1011110 100 11101101 111100 1100010 0 111 100000111 1100001 101111

Color Harmonies of #5E04ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E04ED

Black with #5E04ED

Text Example


Text Example

White with #5E04ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5E04ED; }

 p { color: rgb(94,4,237); }

 H1.HeaderClassName
 {
   color: #5E04ED;
 }
 .AnyTagClassName
 {
   color: #5E04ED;
 }
</style>

background-color css

<style>
 a { background-color: #5E04ED; }

 a { background-color: rgb(94,4,237); }

 div.DivClassName
 {
   background-color: #5E04ED;
 }
 .BgClassName
 {
   background-color: #5E04ED;
 }
</style>

border-color css

<style>
 span { border-color: #5E04ED; }

 span { border-color: rgb(94,4,237); }

 td.TdClassName
 {
   border-color: #5E04ED;
 }
 .TagClassName
 {
   border-color: #5E04ED;
 }
</style>