Html Css Color HEX #7412FA Electric Indigo

📋 copy color: '#7412FA'

red 116 ◦ green 18 ◦ blue 250

#7412FA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #7412FA

Tints of Electric Indigo #7412FA

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 18 (7.42% from 255) = 4.69%

 BLUE value IS 250 (98.05% from 255) = 65.1%

R = 30.21%
G = 4.69%
B = 65.1%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#7412FA (or 0x7412FA) is known color: 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

RGB 116 18 250 -
CMYK 0.54 0.93 0 0.02
HSL 265.34º 0.96% 0.53% -
HSV(B) 265.34º 0.93% 0.98% -
XYZ 24.67 11.05 91.27 -
YUV 73.75 227.47 158.14 -
System Red Green Blue C M Y K H S L
Decimal 116 18 250 0.54 0.93 0 0.02 265.34 0.96 0.53
Hex 74 12 FA 36 5D 0 2 109 60 35
Octal 164 22 372 66 135 0 2 411 140 65
Binary 1110100 10010 11111010 110110 1011101 0 10 100001001 1100000 110101

Color Harmonies of #7412FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412FA

Black with #7412FA

Text Example


Text Example

White with #7412FA

Text Example


Text Example

HTML Codes & Css Web 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>