Html Css Color HEX #740EE8 Electric Indigo

📋 copy color: '#740EE8'

red 116 ◦ green 14 ◦ blue 232

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

Shades of Electric Indigo #740EE8

Tints of Electric Indigo #740EE8

RGB

 RED value IS 116 (45.7% from 255) = 32.04%

 GREEN value IS 14 (5.86% from 255) = 3.87%

 BLUE value IS 232 (91.02% from 255) = 64.09%

R = 32.04%
G = 3.87%
B = 64.09%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#740EE8 (or 0x740EE8) is known color: Electric Indigo. HEX triplet: 74, 0E and E8. RGB value is (116,14,232). Sum of RGB (Red+Green+Blue) = 116+14+232=362 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.04% from 362); Green value is 14 (5.86% from 255 or 3.87% from 362); Blue value is 232 (91.02% from 255 or 64.09% from 362); Max value from RGB is 232 - color contains mainly: blue. Hex color #740EE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EE8 is #8BF117. Grayscale: #444444. Windows color (decimal): -9171224 or 15208052. OLE color: 15208052.

HSL color Cylindrical-coordinate representation of color #740EE8: hue angle of 268.07º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EE8 is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 116 14 232 -
CMYK 0.50 0.94 0 0.09
HSL 268.07º 0.89% 0.48% -
HSV(B) 268.07º 0.94% 0.91% -
XYZ 21.92 9.85 77.09 -
YUV 69.35 219.79 161.27 -
System Red Green Blue C M Y K H S L
Decimal 116 14 232 0.50 0.94 0 0.09 268.07 0.89 0.48
Hex 74 E E8 32 5E 0 9 10C 59 30
Octal 164 16 350 62 136 0 11 414 131 60
Binary 1110100 1110 11101000 110010 1011110 0 1001 100001100 1011001 110000

Color Harmonies of #740EE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EE8

Black with #740EE8

Text Example


Text Example

White with #740EE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #740EE8; }

 p { color: rgb(116,14,232); }

 H1.HeaderClassName
 {
   color: #740EE8;
 }
 .AnyTagClassName
 {
   color: #740EE8;
 }
</style>

background-color css

<style>
 a { background-color: #740EE8; }

 a { background-color: rgb(116,14,232); }

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

border-color css

<style>
 span { border-color: #740EE8; }

 span { border-color: rgb(116,14,232); }

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