Html Css Color HEX #5E03EA Electric Indigo

📋 copy color: '#5E03EA'

red 94 ◦ green 3 ◦ blue 234

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

Shades of Electric Indigo #5E03EA

Tints of Electric Indigo #5E03EA

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.91%

 BLUE value IS 234 (91.8% from 255) = 70.69%

R = 28.4%
G = 0.91%
B = 70.69%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5E03EA (or 0x5E03EA) is known color: Electric Indigo. HEX triplet: 5E, 03 and EA. RGB value is (94,3,234). Sum of RGB (Red+Green+Blue) = 94+3+234=331 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.40% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 234 (91.80% from 255 or 70.69% from 331); Max value from RGB is 234 - color contains mainly: blue. Hex color #5E03EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03EA is #A1FC15. Grayscale: #373737. Windows color (decimal): -10615830 or 15336286. OLE color: 15336286.

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

Color convert

RGB 94 3 234 -
CMYK 0.60 0.99 0 0.08
HSL 263.64º 0.97% 0.46% -
HSV(B) 263.64º 0.99% 0.92% -
XYZ 19.5 8.39 78.43 -
YUV 56.54 228.15 154.72 -
System Red Green Blue C M Y K H S L
Decimal 94 3 234 0.60 0.99 0 0.08 263.64 0.97 0.46
Hex 5E 3 EA 3C 63 0 8 108 61 2E
Octal 136 3 352 74 143 0 10 410 141 56
Binary 1011110 11 11101010 111100 1100011 0 1000 100001000 1100001 101110

Color Harmonies of #5E03EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03EA

Black with #5E03EA

Text Example


Text Example

White with #5E03EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,3,234); }

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

background-color css

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

 a { background-color: rgb(94,3,234); }

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

border-color css

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

 span { border-color: rgb(94,3,234); }

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