Html Css Color HEX #740EEC Electric Indigo

📋 copy color: '#740EEC'

red 116 ◦ green 14 ◦ blue 236

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

Shades of Electric Indigo #740EEC

Tints of Electric Indigo #740EEC

RGB

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

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

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

R = 31.69%
G = 3.83%
B = 64.48%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#740EEC (or 0x740EEC) is known color: Electric Indigo. HEX triplet: 74, 0E and EC. RGB value is (116,14,236). Sum of RGB (Red+Green+Blue) = 116+14+236=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 14 (5.86% from 255 or 3.83% from 366); Blue value is 236 (92.58% from 255 or 64.48% from 366); Max value from RGB is 236 - color contains mainly: blue. Hex color #740EEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EEC is #8BF113. Grayscale: #454545. Windows color (decimal): -9171220 or 15470196. OLE color: 15470196.

HSL color Cylindrical-coordinate representation of color #740EEC: hue angle of 267.57º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EEC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 116 14 236 -
CMYK 0.51 0.94 0 0.07
HSL 267.57º 0.89% 0.49% -
HSV(B) 267.57º 0.94% 0.93% -
XYZ 22.5 10.08 80.12 -
YUV 69.81 221.79 160.95 -
System Red Green Blue C M Y K H S L
Decimal 116 14 236 0.51 0.94 0 0.07 267.57 0.89 0.49
Hex 74 E EC 33 5E 0 7 10C 59 31
Octal 164 16 354 63 136 0 7 414 131 61
Binary 1110100 1110 11101100 110011 1011110 0 111 100001100 1011001 110001

Color Harmonies of #740EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EEC

Black with #740EEC

Text Example


Text Example

White with #740EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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