Html Css Color HEX #5E04EB Electric Indigo

📋 copy color: '#5E04EB'

red 94 ◦ green 4 ◦ blue 235

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

Shades of Electric Indigo #5E04EB

Tints of Electric Indigo #5E04EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 70.57%

R = 28.23%
G = 1.2%
B = 70.57%

CMYK

 C value IS 0.6

 M value IS 0.98

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E04EB (or 0x5E04EB) is known color: Electric Indigo. HEX triplet: 5E, 04 and EB. RGB value is (94,4,235). Sum of RGB (Red+Green+Blue) = 94+4+235=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 4 (1.95% from 255 or 1.20% from 333); Blue value is 235 (92.19% from 255 or 70.57% from 333); Max value from RGB is 235 - color contains mainly: blue. Hex color #5E04EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E04EB is #A1FB14. Grayscale: #383838. Windows color (decimal): -10615573 or 15402078. OLE color: 15402078.

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

Color convert

RGB 94 4 235 -
CMYK 0.6 0.98 0 0.08
HSL 263.38º 0.97% 0.47% -
HSV(B) 263.38º 0.98% 0.92% -
XYZ 19.65 8.46 79.2 -
YUV 57.24 228.32 154.22 -
System Red Green Blue C M Y K H S L
Decimal 94 4 235 0.6 0.98 0 0.08 263.38 0.97 0.47
Hex 5E 4 EB 3C 62 0 8 107 61 2F
Octal 136 4 353 74 142 0 10 407 141 57
Binary 1011110 100 11101011 111100 1100010 0 1000 100000111 1100001 101111

Color Harmonies of #5E04EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E04EB

Black with #5E04EB

Text Example


Text Example

White with #5E04EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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