#7407EA

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

Shades of Electric Indigo #7407EA

Tints of Electric Indigo #7407EA

Color information

#7407EA (or 0x7407EA) is unknown color: approx Electric Indigo. HEX triplet: 74, 07 and EA. RGB value is (116,7,234). Sum of RGB (Red+Green+Blue) = 116+7+234=357 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.49% from 357); Green value is 7 (3.12% from 255 or 1.96% from 357); Blue value is 234 (91.80% from 255 or 65.55% from 357); Max value from RGB is 234 - color contains mainly: blue. Hex color #7407EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7407EA is #8BF815. Grayscale: #404040. Windows color (decimal): -9173014 or 15337332. OLE color: 15337332.

HSL color Cylindrical-coordinate representation of color #7407EA: hue angle of 268.81º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7407EA is Cyan = 0.50, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB1167234-
CMYK0.500.9700.08
HSL268.81º94.19%47.25%-
HSV(B)268.81º97.01%91.76%-
XYZ22.139.8178.57-
YUV65.47223.11164.04-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.49%
GREEN value IS 7 (3.12% from 255) = 1.96%
BLUE value IS 234 (91.80% from 255) = 65.55%
R=32.49%
G=1.96%
B=65.55%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal11672340.500.9700.08268.8194.1947.25
Hex747EA32610810d5e2f
Octal16473526214101041513657
Binary1110100111111010101100101100001010001000011011011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7407EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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