Html Css Color HEX #5E0ADF Electric Indigo

📋 copy color: '#5E0ADF'

red 94 ◦ green 10 ◦ blue 223

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

Shades of Electric Indigo #5E0ADF

Tints of Electric Indigo #5E0ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 28.75%
G = 3.06%
B = 68.2%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E0ADF (or 0x5E0ADF) is known color: Electric Indigo. HEX triplet: 5E, 0A and DF. RGB value is (94,10,223). Sum of RGB (Red+Green+Blue) = 94+10+223=327 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.75% from 327); Green value is 10 (4.30% from 255 or 3.06% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5E0ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0ADF is #A1F520. Grayscale: #3A3A3A. Windows color (decimal): -10614049 or 14617182. OLE color: 14617182.

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

Color convert

RGB 94 10 223 -
CMYK 0.58 0.96 0 0.13
HSL 263.66º 0.91% 0.46% -
HSV(B) 263.66º 0.96% 0.87% -
XYZ 18.04 7.92 70.39 -
YUV 59.4 220.33 152.68 -
System Red Green Blue C M Y K H S L
Decimal 94 10 223 0.58 0.96 0 0.13 263.66 0.91 0.46
Hex 5E A DF 3A 60 0 D 108 5B 2E
Octal 136 12 337 72 140 0 15 410 133 56
Binary 1011110 1010 11011111 111010 1100000 0 1101 100001000 1011011 101110

Color Harmonies of #5E0ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0ADF

Black with #5E0ADF

Text Example


Text Example

White with #5E0ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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