#760CF3

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

Shades of Electric Indigo #760CF3

Tints of Electric Indigo #760CF3

Color information

#760CF3 (or 0x760CF3) is unknown color: approx Electric Indigo. HEX triplet: 76, 0C and F3. RGB value is (118,12,243). Sum of RGB (Red+Green+Blue) = 118+12+243=373 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.64% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 243 (95.31% from 255 or 65.15% from 373); Max value from RGB is 243 - color contains mainly: blue. Hex color #760CF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #760CF3 is #89F30C. Grayscale: #454545. Windows color (decimal): -9040653 or 15928438. OLE color: 15928438.

HSL color Cylindrical-coordinate representation of color #760CF3: hue angle of 267.53º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #760CF3 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB11812243-
CMYK0.510.9500.05
HSL267.53º90.59%50%-
HSV(B)267.53º95.06%95.29%-
XYZ23.7810.5985.58-
YUV70.03225.62162.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.64%
GREEN value IS 12 (5.08% from 255) = 3.22%
BLUE value IS 243 (95.31% from 255) = 65.15%
R=31.64%
G=3.22%
B=65.15%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal118122430.510.9500.05267.5390.5950
Hex76CF3335F0510c5b32
Octal16614363631370541413362
Binary1110110110011110011110011101111101011000011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,12,243); }

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

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

 a { background-color: rgb(118,12,243); }

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

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

 span { border-color: rgb(118,12,243); }

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