#780FEF

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

Shades of Electric Indigo #780FEF

Tints of Electric Indigo #780FEF

Color information

#780FEF (or 0x780FEF) is unknown color: approx Electric Indigo. HEX triplet: 78, 0F and EF. RGB value is (120,15,239). Sum of RGB (Red+Green+Blue) = 120+15+239=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 15 (6.25% from 255 or 4.01% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #780FEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FEF is #87F010. Grayscale: #474747. Windows color (decimal): -8908817 or 15667064. OLE color: 15667064.

HSL color Cylindrical-coordinate representation of color #780FEF: hue angle of 268.12º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #780FEF is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB12015239-
CMYK0.500.9400.06
HSL268.12º88.19%49.8%-
HSV(B)268.12º93.72%93.73%-
XYZ23.510.5782.46-
YUV71.93222.29162.29-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.09%
GREEN value IS 15 (6.25% from 255) = 4.01%
BLUE value IS 239 (93.75% from 255) = 63.90%
R=32.09%
G=4.01%
B=63.90%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal120152390.500.9400.06268.1288.1949.8
Hex78FEF325E0610c5832
Octal17017357621360641413062
Binary1111000111111101111110010101111001101000011001011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780FEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,15,239); }

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

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

 a { background-color: rgb(120,15,239); }

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

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

 span { border-color: rgb(120,15,239); }

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