#7802ED

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

Shades of Electric Indigo #7802ED

Tints of Electric Indigo #7802ED

Color information

#7802ED (or 0x7802ED) is unknown color: approx Electric Indigo. HEX triplet: 78, 02 and ED. RGB value is (120,2,237). Sum of RGB (Red+Green+Blue) = 120+2+237=359 (47% of max value = 765). Red value is 120 (47.27% from 255 or 33.43% from 359); Green value is 2 (1.17% from 255 or 0.56% from 359); Blue value is 237 (92.97% from 255 or 66.02% from 359); Max value from RGB is 237 - color contains mainly: blue. Hex color #7802ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7802ED is #87FD12. Grayscale: #3F3F3F. Windows color (decimal): -8912147 or 15532664. OLE color: 15532664.

HSL color Cylindrical-coordinate representation of color #7802ED: hue angle of 270.13º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7802ED is Cyan = 0.49, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB1202237-
CMYK0.490.9900.07
HSL270.13º98.33%46.86%-
HSV(B)270.13º99.16%92.94%-
XYZ23.0510.1580.87-
YUV64.07225.59167.89-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 33.43%
GREEN value IS 2 (1.17% from 255) = 0.56%
BLUE value IS 237 (92.97% from 255) = 66.02%
R=33.43%
G=0.56%
B=66.02%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal12022370.490.9900.07270.1398.3346.86
Hex782ED31630710e622f
Octal1702355611430741614257
Binary11110001011101101110001110001101111000011101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7802ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7802ED; }

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

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

<style>
 a { background-color: #7802ED; }

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

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

<style>
 span { border-color: #7802ED; }

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

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