#7407E5

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

Shades of Electric Indigo #7407E5

Tints of Electric Indigo #7407E5

Color information

#7407E5 (or 0x7407E5) is unknown color: approx Electric Indigo. HEX triplet: 74, 07 and E5. RGB value is (116,7,229). Sum of RGB (Red+Green+Blue) = 116+7+229=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 7 (3.12% from 255 or 1.99% from 352); Blue value is 229 (89.84% from 255 or 65.06% from 352); Max value from RGB is 229 - color contains mainly: blue. Hex color #7407E5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7407E5 is #8BF81A. Grayscale: #404040. Windows color (decimal): -9173019 or 15009652. OLE color: 15009652.

HSL color Cylindrical-coordinate representation of color #7407E5: hue angle of 269.46º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407E5 is Cyan = 0.49, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB1167229-
CMYK0.490.9700.10
HSL269.46º94.07%46.27%-
HSV(B)269.46º96.94%89.8%-
XYZ21.429.5274.84-
YUV64.9220.61164.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 7 (3.12% from 255) = 1.99%
BLUE value IS 229 (89.84% from 255) = 65.06%
R=32.95%
G=1.99%
B=65.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal11672290.490.9700.10269.4694.0746.27
Hex747E531610A10d5e2e
Octal16473456114101241513656
Binary1110100111111001011100011100001010101000011011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7407E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7407E5; }

 p { color: rgb(116,7,229); }

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

<style>
 a { background-color: #7407E5; }

 a { background-color: rgb(116,7,229); }

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

<style>
 span { border-color: #7407E5; }

 span { border-color: rgb(116,7,229); }

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