Html Css Color HEX #5E03EC Electric Indigo

📋 copy color: '#5E03EC'

red 94 ◦ green 3 ◦ blue 236

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

Shades of Electric Indigo #5E03EC

Tints of Electric Indigo #5E03EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 70.87%

R = 28.23%
G = 0.9%
B = 70.87%

CMYK

 C value IS 0.60

 M value IS 0.99

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5E03EC (or 0x5E03EC) is known color: Electric Indigo. HEX triplet: 5E, 03 and EC. RGB value is (94,3,236). Sum of RGB (Red+Green+Blue) = 94+3+236=333 (44% of max value = 765). Red value is 94 (37.11% from 255 or 28.23% from 333); Green value is 3 (1.56% from 255 or 0.90% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #5E03EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5E03EC is #A1FC13. Grayscale: #373737. Windows color (decimal): -10615828 or 15467358. OLE color: 15467358.

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

Color convert

RGB 94 3 236 -
CMYK 0.60 0.99 0 0.07
HSL 263.43º 0.97% 0.47% -
HSV(B) 263.43º 0.99% 0.93% -
XYZ 19.79 8.5 79.95 -
YUV 56.77 229.15 154.55 -
System Red Green Blue C M Y K H S L
Decimal 94 3 236 0.60 0.99 0 0.07 263.43 0.97 0.47
Hex 5E 3 EC 3C 63 0 7 107 61 2F
Octal 136 3 354 74 143 0 7 407 141 57
Binary 1011110 11 11101100 111100 1100011 0 111 100000111 1100001 101111

Color Harmonies of #5E03EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E03EC

Black with #5E03EC

Text Example


Text Example

White with #5E03EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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