#780fff

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

Shades of Electric Indigo #780FFF

Tints of Electric Indigo #780FFF

Color information

#780FFF (or 0x780FFF) is unknown color: approx Electric Indigo. HEX triplet: 78, 0F and FF. RGB value is (120,15,255). Sum of RGB (Red+Green+Blue) = 120+15+255=390 (51% of max value = 765). Red value is 120 (47.27% from 255 or 30.77% from 390); Green value is 15 (6.25% from 255 or 3.85% from 390); Blue value is 255 (100% from 255 or 65.38% from 390); Max value from RGB is 255 - color contains mainly: blue. Hex color #780FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #780FFF is #87F000. Grayscale: #484848. Windows color (decimal): -8908801 or 16715640. OLE color: 16715640.

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

Color convert

RGB12015255-
CMYK0.530.9400
HSL266.25º100%52.94%-
HSV(B)266.25º94.12%100%-
XYZ25.9711.5595.47-
YUV73.76230.29160.99-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.77%
GREEN value IS 15 (6.25% from 255) = 3.85%
BLUE value IS 255 (100% from 255) = 65.38%
R=30.77%
G=3.85%
B=65.38%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal120152550.530.9400266.2510052.94
Hex78FFF355E0010a6435
Octal17017377651360041214465
Binary11110001111111111111101011011110001000010101100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #780fff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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