#7412FA

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

Shades of Electric Indigo #7412FA

Tints of Electric Indigo #7412FA

Color information

#7412FA (or 0x7412FA) is unknown color: approx Electric Indigo. HEX triplet: 74, 12 and FA. RGB value is (116,18,250). Sum of RGB (Red+Green+Blue) = 116+18+250=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 18 (7.42% from 255 or 4.69% from 384); Blue value is 250 (98.05% from 255 or 65.10% from 384); Max value from RGB is 250 - color contains mainly: blue. Hex color #7412FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7412FA is #8BED05. Grayscale: #484848. Windows color (decimal): -9170182 or 16388724. OLE color: 16388724.

HSL color Cylindrical-coordinate representation of color #7412FA: hue angle of 265.34º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7412FA is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11618250-
CMYK0.540.9300.02
HSL265.34º95.87%52.55%-
HSV(B)265.34º92.8%98.04%-
XYZ24.6711.0591.27-
YUV73.75227.47158.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 30.21%
GREEN value IS 18 (7.42% from 255) = 4.69%
BLUE value IS 250 (98.05% from 255) = 65.10%
R=30.21%
G=4.69%
B=65.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal116182500.540.9300.02265.3495.8752.55
Hex7412FA365D021096035
Octal16422372661350241114065
Binary1110100100101111101011011010111010101000010011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7412FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7412FA; }

 p { color: rgb(116,18,250); }

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

<style>
 a { background-color: #7412FA; }

 a { background-color: rgb(116,18,250); }

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

<style>
 span { border-color: #7412FA; }

 span { border-color: rgb(116,18,250); }

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