Html Css Color HEX #7412F2 Electric Indigo

📋 copy color: '#7412F2'

red 116 ◦ green 18 ◦ blue 242

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

Shades of Electric Indigo #7412F2

Tints of Electric Indigo #7412F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 64.36%

R = 30.85%
G = 4.79%
B = 64.36%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7412F2 (or 0x7412F2) is known color: Electric Indigo. HEX triplet: 74, 12 and F2. RGB value is (116,18,242). Sum of RGB (Red+Green+Blue) = 116+18+242=376 (49% of max value = 765). Red value is 116 (45.70% from 255 or 30.85% from 376); Green value is 18 (7.42% from 255 or 4.79% from 376); Blue value is 242 (94.92% from 255 or 64.36% from 376); Max value from RGB is 242 - color contains mainly: blue. Hex color #7412F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7412F2 is #8BED0D. Grayscale: #484848. Windows color (decimal): -9170190 or 15864436. OLE color: 15864436.

HSL color Cylindrical-coordinate representation of color #7412F2: hue angle of 266.25º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7412F2 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 116 18 242 -
CMYK 0.52 0.93 0 0.05
HSL 266.25º 0.9% 0.51% -
HSV(B) 266.25º 0.93% 0.95% -
XYZ 23.45 10.56 84.81 -
YUV 72.84 223.47 158.79 -
System Red Green Blue C M Y K H S L
Decimal 116 18 242 0.52 0.93 0 0.05 266.25 0.9 0.51
Hex 74 12 F2 34 5D 0 5 10A 5A 33
Octal 164 22 362 64 135 0 5 412 132 63
Binary 1110100 10010 11110010 110100 1011101 0 101 100001010 1011010 110011

Color Harmonies of #7412F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7412F2

Black with #7412F2

Text Example


Text Example

White with #7412F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7412F2;
 }
 .AnyTagClassName
 {
   color: #7412F2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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