#780CF3

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

Shades of Electric Indigo #780CF3

Tints of Electric Indigo #780CF3

Color information

#780CF3 (or 0x780CF3) is unknown color: approx Electric Indigo. HEX triplet: 78, 0C and F3. RGB value is (120,12,243). Sum of RGB (Red+Green+Blue) = 120+12+243=375 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 243 (95.31% from 255 or 64.8% from 375); Max value from RGB is 243 - color contains mainly: blue. Hex color #780CF3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780CF3 is #87F30C. Grayscale: #454545. Windows color (decimal): -8909581 or 15928440. OLE color: 15928440.

HSL color Cylindrical-coordinate representation of color #780CF3: hue angle of 268.05º 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 #780CF3 is Cyan = 0.51, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12012243-
CMYK0.510.9500.05
HSL268.05º90.59%50%-
HSV(B)268.05º95.06%95.29%-
XYZ24.0510.7385.6-
YUV70.63225.28163.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32%
GREEN value IS 12 (5.08% from 255) = 3.2%
BLUE value IS 243 (95.31% from 255) = 64.8%
R=32%
G=3.2%
B=64.8%

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
Decimal120122430.510.9500.05268.0590.5950
Hex78CF3335F0510c5b32
Octal17014363631370541413362
Binary1111000110011110011110011101111101011000011001011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780CF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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