#760BE4

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

Shades of Electric Indigo #760BE4

Tints of Electric Indigo #760BE4

Color information

#760BE4 (or 0x760BE4) is unknown color: approx Electric Indigo. HEX triplet: 76, 0B and E4. RGB value is (118,11,228). Sum of RGB (Red+Green+Blue) = 118+11+228=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 11 (4.69% from 255 or 3.08% from 357); Blue value is 228 (89.45% from 255 or 63.87% from 357); Max value from RGB is 228 - color contains mainly: blue. Hex color #760BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #760BE4 is #89F41B. Grayscale: #424242. Windows color (decimal): -9040924 or 14945142. OLE color: 14945142.

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

Color convert

RGB11811228-
CMYK0.480.9500.11
HSL269.59º90.79%46.86%-
HSV(B)269.59º95.18%89.41%-
XYZ21.599.6974.13-
YUV67.73218.45163.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 11 (4.69% from 255) = 3.08%
BLUE value IS 228 (89.45% from 255) = 63.87%
R=33.05%
G=3.08%
B=63.87%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal118112280.480.9500.11269.5990.7946.86
Hex76BE4305F0B10e5b2f
Octal166133446013701341613357
Binary11101101011111001001100001011111010111000011101011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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