#7416EF

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

Shades of Electric Indigo #7416EF

Tints of Electric Indigo #7416EF

Color information

#7416EF (or 0x7416EF) is unknown color: approx Electric Indigo. HEX triplet: 74, 16 and EF. RGB value is (116,22,239). Sum of RGB (Red+Green+Blue) = 116+22+239=377 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.77% from 377); Green value is 22 (8.98% from 255 or 5.84% from 377); Blue value is 239 (93.75% from 255 or 63.40% from 377); Max value from RGB is 239 - color contains mainly: blue. Hex color #7416EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7416EF is #8BE910. Grayscale: #4A4A4A. Windows color (decimal): -9169169 or 15668852. OLE color: 15668852.

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

Color convert

RGB11622239-
CMYK0.510.9100.06
HSL265.99º87.15%51.18%-
HSV(B)265.99º90.79%93.73%-
XYZ23.0710.5282.48-
YUV74.84220.64157.36-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.77%
GREEN value IS 22 (8.98% from 255) = 5.84%
BLUE value IS 239 (93.75% from 255) = 63.40%
R=30.77%
G=5.84%
B=63.40%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal116222390.510.9100.06265.9987.1551.18
Hex7416EF335B0610a5733
Octal16426357631330641212763
Binary11101001011011101111110011101101101101000010101010111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7416EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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