#7816F3

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

Shades of Electric Indigo #7816F3

Tints of Electric Indigo #7816F3

Color information

#7816F3 (or 0x7816F3) is unknown color: approx Electric Indigo. HEX triplet: 78, 16 and F3. RGB value is (120,22,243). Sum of RGB (Red+Green+Blue) = 120+22+243=385 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.17% from 385); Green value is 22 (8.98% from 255 or 5.71% from 385); Blue value is 243 (95.31% from 255 or 63.12% from 385); Max value from RGB is 243 - color contains mainly: blue. Hex color #7816F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7816F3 is #87E90C. Grayscale: #4B4B4B. Windows color (decimal): -8907021 or 15931000. OLE color: 15931000.

HSL color Cylindrical-coordinate representation of color #7816F3: hue angle of 266.61º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7816F3 is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12022243-
CMYK0.510.9100.05
HSL266.61º90.2%51.96%-
HSV(B)266.61º90.95%95.29%-
XYZ24.2111.0485.65-
YUV76.5221.97159.03-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.17%
GREEN value IS 22 (8.98% from 255) = 5.71%
BLUE value IS 243 (95.31% from 255) = 63.12%
R=31.17%
G=5.71%
B=63.12%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal120222430.510.9100.05266.6190.251.96
Hex7816F3335B0510b5a34
Octal17026363631330541313264
Binary11110001011011110011110011101101101011000010111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7816F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7816F3; }

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

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

<style>
 a { background-color: #7816F3; }

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

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

<style>
 span { border-color: #7816F3; }

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

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