#740BE4

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

Shades of Electric Indigo #740BE4

Tints of Electric Indigo #740BE4

Color information

#740BE4 (or 0x740BE4) is unknown color: approx Electric Indigo. HEX triplet: 74, 0B and E4. RGB value is (116,11,228). Sum of RGB (Red+Green+Blue) = 116+11+228=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 11 (4.69% from 255 or 3.10% from 355); Blue value is 228 (89.45% from 255 or 64.23% from 355); Max value from RGB is 228 - color contains mainly: blue. Hex color #740BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #740BE4 is #8BF41B. Grayscale: #424242. Windows color (decimal): -9171996 or 14945140. OLE color: 14945140.

HSL color Cylindrical-coordinate representation of color #740BE4: hue angle of 269.03º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #740BE4 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11611228-
CMYK0.490.9500.11
HSL269.03º90.79%46.86%-
HSV(B)269.03º95.18%89.41%-
XYZ21.339.5574.12-
YUV67.13218.79162.86-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 11 (4.69% from 255) = 3.10%
BLUE value IS 228 (89.45% from 255) = 64.23%
R=32.68%
G=3.10%
B=64.23%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal116112280.490.9500.11269.0390.7946.86
Hex74BE4315F0B10d5b2f
Octal164133446113701341513357
Binary11101001011111001001100011011111010111000011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #740BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,11,228); }

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

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

 a { background-color: rgb(116,11,228); }

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

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

 span { border-color: rgb(116,11,228); }

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