Html Css Color HEX #740EEB Electric Indigo

📋 copy color: '#740EEB'

red 116 ◦ green 14 ◦ blue 235

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

Shades of Electric Indigo #740EEB

Tints of Electric Indigo #740EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 64.38%

R = 31.78%
G = 3.84%
B = 64.38%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#740EEB (or 0x740EEB) is known color: Electric Indigo. HEX triplet: 74, 0E and EB. RGB value is (116,14,235). Sum of RGB (Red+Green+Blue) = 116+14+235=365 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.78% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 235 (92.19% from 255 or 64.38% from 365); Max value from RGB is 235 - color contains mainly: blue. Hex color #740EEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #740EEB is #8BF114. Grayscale: #444444. Windows color (decimal): -9171221 or 15404660. OLE color: 15404660.

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

Color convert

RGB 116 14 235 -
CMYK 0.51 0.94 0 0.08
HSL 267.69º 0.89% 0.49% -
HSV(B) 267.69º 0.94% 0.92% -
XYZ 22.35 10.03 79.35 -
YUV 69.69 221.29 161.03 -
System Red Green Blue C M Y K H S L
Decimal 116 14 235 0.51 0.94 0 0.08 267.69 0.89 0.49
Hex 74 E EB 33 5E 0 8 10C 59 31
Octal 164 16 353 63 136 0 10 414 131 61
Binary 1110100 1110 11101011 110011 1011110 0 1000 100001100 1011001 110001

Color Harmonies of #740EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #740EEB

Black with #740EEB

Text Example


Text Example

White with #740EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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