#750BE4

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

Shades of Electric Indigo #750BE4

Tints of Electric Indigo #750BE4

Color information

#750BE4 (or 0x750BE4) is unknown color: approx Electric Indigo. HEX triplet: 75, 0B and E4. RGB value is (117,11,228). Sum of RGB (Red+Green+Blue) = 117+11+228=356 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.87% from 356); Green value is 11 (4.69% from 255 or 3.09% from 356); Blue value is 228 (89.45% from 255 or 64.04% from 356); Max value from RGB is 228 - color contains mainly: blue. Hex color #750BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #750BE4 is #8AF41B. Grayscale: #424242. Windows color (decimal): -9106460 or 14945141. OLE color: 14945141.

HSL color Cylindrical-coordinate representation of color #750BE4: hue angle of 269.31º 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 #750BE4 is Cyan = 0.49, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB11711228-
CMYK0.490.9500.11
HSL269.31º90.79%46.86%-
HSV(B)269.31º95.18%89.41%-
XYZ21.469.6274.13-
YUV67.43218.62163.36-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 32.87%
GREEN value IS 11 (4.69% from 255) = 3.09%
BLUE value IS 228 (89.45% from 255) = 64.04%
R=32.87%
G=3.09%
B=64.04%

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
Decimal117112280.490.9500.11269.3190.7946.86
Hex75BE4315F0B10d5b2f
Octal165133446113701341513357
Binary11101011011111001001100011011111010111000011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #750BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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