Html Css Color HEX #740EEF Electric Indigo

📋 copy color: '#740EEF'

red 116 ◦ green 14 ◦ blue 239

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

Shades of Electric Indigo #740EEF

Tints of Electric Indigo #740EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.77%

R = 31.44%
G = 3.79%
B = 64.77%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#740EEF (or 0x740EEF) is known color: Electric Indigo. HEX triplet: 74, 0E and EF. RGB value is (116,14,239). Sum of RGB (Red+Green+Blue) = 116+14+239=369 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.44% from 369); Green value is 14 (5.86% from 255 or 3.79% from 369); Blue value is 239 (93.75% from 255 or 64.77% from 369); Max value from RGB is 239 - color contains mainly: blue. Hex color #740EEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EEF is #8BF110. Grayscale: #454545. Windows color (decimal): -9171217 or 15666804. OLE color: 15666804.

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

Color convert

RGB 116 14 239 -
CMYK 0.51 0.94 0 0.06
HSL 267.2º 0.89% 0.5% -
HSV(B) 267.2º 0.94% 0.94% -
XYZ 22.94 10.26 82.43 -
YUV 70.15 223.29 160.7 -
System Red Green Blue C M Y K H S L
Decimal 116 14 239 0.51 0.94 0 0.06 267.2 0.89 0.5
Hex 74 E EF 33 5E 0 6 10B 59 32
Octal 164 16 357 63 136 0 6 413 131 62
Binary 1110100 1110 11101111 110011 1011110 0 110 100001011 1011001 110010

Color Harmonies of #740EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EEF

Black with #740EEF

Text Example


Text Example

White with #740EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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