#740EF2

Color #740EF2 Electric Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Indigo #740EF2

Tints of Electric Indigo #740EF2

Color information

#740EF2 (or 0x740EF2) is unknown color: approx Electric Indigo. HEX triplet: 74, 0E and F2. RGB value is (116,14,242). Sum of RGB (Red+Green+Blue) = 116+14+242=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 14 (5.86% from 255 or 3.76% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #740EF2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EF2 is #8BF10D. Grayscale: #454545. Windows color (decimal): -9171214 or 15863412. OLE color: 15863412.

HSL color Cylindrical-coordinate representation of color #740EF2: hue angle of 266.84º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #740EF2 is Cyan = 0.52, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11614242-
CMYK0.520.9400.05
HSL266.84º89.76%50.2%-
HSV(B)266.84º94.21%94.9%-
XYZ23.3910.4484.79-
YUV70.49224.79160.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.18%
GREEN value IS 14 (5.86% from 255) = 3.76%
BLUE value IS 242 (94.92% from 255) = 65.05%
R=31.18%
G=3.76%
B=65.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal116142420.520.9400.05266.8489.7650.2
Hex74EF2345E0510b5a32
Octal16416362641360541313262
Binary1110100111011110010110100101111001011000010111011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740EF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #740EF2;
 }
 .AnyTagClassName
 {
   color: #740EF2;
 }
</style>
background-color css

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

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

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

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

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

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