#7410F9

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

Shades of Electric Indigo #7410F9

Tints of Electric Indigo #7410F9

Color information

#7410F9 (or 0x7410F9) is unknown color: approx Electric Indigo. HEX triplet: 74, 10 and F9. RGB value is (116,16,249). Sum of RGB (Red+Green+Blue) = 116+16+249=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 16 (6.64% from 255 or 4.20% from 381); Blue value is 249 (97.66% from 255 or 65.35% from 381); Max value from RGB is 249 - color contains mainly: blue. Hex color #7410F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7410F9 is #8BEF06. Grayscale: #474747. Windows color (decimal): -9170695 or 16322676. OLE color: 16322676.

HSL color Cylindrical-coordinate representation of color #7410F9: hue angle of 265.75º degrees, saturation: 0.95, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7410F9 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11616249-
CMYK0.530.9400.02
HSL265.75º95.1%51.96%-
HSV(B)265.75º93.57%97.65%-
XYZ24.4910.9290.44-
YUV72.46227.63159.05-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.45%
GREEN value IS 16 (6.64% from 255) = 4.20%
BLUE value IS 249 (97.66% from 255) = 65.35%
R=30.45%
G=4.20%
B=65.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116162490.530.9400.02265.7595.151.96
Hex7410F9355E0210a5f34
Octal16420371651360241213764
Binary1110100100001111100111010110111100101000010101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7410F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7410F9; }

 p { color: rgb(116,16,249); }

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

<style>
 a { background-color: #7410F9; }

 a { background-color: rgb(116,16,249); }

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

<style>
 span { border-color: #7410F9; }

 span { border-color: rgb(116,16,249); }

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