#780fed

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

Shades of Electric Indigo #780FED

Tints of Electric Indigo #780FED

Color information

#780FED (or 0x780FED) is unknown color: approx Electric Indigo. HEX triplet: 78, 0F and ED. RGB value is (120,15,237). Sum of RGB (Red+Green+Blue) = 120+15+237=372 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.26% from 372); Green value is 15 (6.25% from 255 or 4.03% from 372); Blue value is 237 (92.97% from 255 or 63.71% from 372); Max value from RGB is 237 - color contains mainly: blue. Hex color #780FED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FED is #87F012. Grayscale: #464646. Windows color (decimal): -8908819 or 15535992. OLE color: 15535992.

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

Color convert

RGB12015237-
CMYK0.490.9400.07
HSL268.38º88.1%49.41%-
HSV(B)268.38º93.67%92.94%-
XYZ23.210.4580.91-
YUV71.7221.29162.45-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 32.26%
GREEN value IS 15 (6.25% from 255) = 4.03%
BLUE value IS 237 (92.97% from 255) = 63.71%
R=32.26%
G=4.03%
B=63.71%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal120152370.490.9400.07268.3888.149.41
Hex78FED315E0710c5831
Octal17017355611360741413061
Binary1111000111111101101110001101111001111000011001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780fed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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