Html Css Color HEX #5E0AE2 Electric Indigo

📋 copy color: '#5E0AE2'

red 94 ◦ green 10 ◦ blue 226

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

Shades of Electric Indigo #5E0AE2

Tints of Electric Indigo #5E0AE2

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.03%

 BLUE value IS 226 (88.67% from 255) = 68.48%

R = 28.48%
G = 3.03%
B = 68.48%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5E0AE2 (or 0x5E0AE2) is known color: Electric Indigo. HEX triplet: 5E, 0A and E2. RGB value is (94,10,226). Sum of RGB (Red+Green+Blue) = 94+10+226=330 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.48% from 330); Green value is 10 (4.30% from 255 or 3.03% from 330); Blue value is 226 (88.67% from 255 or 68.48% from 330); Max value from RGB is 226 - color contains mainly: blue. Hex color #5E0AE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0AE2 is #A1F51D. Grayscale: #3A3A3A. Windows color (decimal): -10614046 or 14813790. OLE color: 14813790.

HSL color Cylindrical-coordinate representation of color #5E0AE2: hue angle of 263.33º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E0AE2 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 94 10 226 -
CMYK 0.58 0.96 0 0.11
HSL 263.33º 0.92% 0.46% -
HSV(B) 263.33º 0.96% 0.89% -
XYZ 18.45 8.09 72.54 -
YUV 59.74 221.83 152.44 -
System Red Green Blue C M Y K H S L
Decimal 94 10 226 0.58 0.96 0 0.11 263.33 0.92 0.46
Hex 5E A E2 3A 60 0 B 107 5C 2E
Octal 136 12 342 72 140 0 13 407 134 56
Binary 1011110 1010 11100010 111010 1100000 0 1011 100000111 1011100 101110

Color Harmonies of #5E0AE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0AE2

Black with #5E0AE2

Text Example


Text Example

White with #5E0AE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,10,226); }

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

background-color css

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

 a { background-color: rgb(94,10,226); }

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

border-color css

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

 span { border-color: rgb(94,10,226); }

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