#7416EC

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

Shades of Electric Indigo #7416EC

Tints of Electric Indigo #7416EC

Color information

#7416EC (or 0x7416EC) is unknown color: approx Electric Indigo. HEX triplet: 74, 16 and EC. RGB value is (116,22,236). Sum of RGB (Red+Green+Blue) = 116+22+236=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 236 (92.58% from 255 or 63.10% from 374); Max value from RGB is 236 - color contains mainly: blue. Hex color #7416EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7416EC is #8BE913. Grayscale: #494949. Windows color (decimal): -9169172 or 15472244. OLE color: 15472244.

HSL color Cylindrical-coordinate representation of color #7416EC: hue angle of 266.36º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7416EC is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11622236-
CMYK0.510.9100.07
HSL266.36º84.92%50.59%-
HSV(B)266.36º90.68%92.55%-
XYZ22.6310.3480.16-
YUV74.5219.14157.6-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.02%
GREEN value IS 22 (8.98% from 255) = 5.88%
BLUE value IS 236 (92.58% from 255) = 63.10%
R=31.02%
G=5.88%
B=63.10%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal116222360.510.9100.07266.3684.9250.59
Hex7416EC335B0710a5533
Octal16426354631330741212563
Binary11101001011011101100110011101101101111000010101010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7416EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7416EC; }

 p { color: rgb(116,22,236); }

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

<style>
 a { background-color: #7416EC; }

 a { background-color: rgb(116,22,236); }

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

<style>
 span { border-color: #7416EC; }

 span { border-color: rgb(116,22,236); }

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