Html Css Color HEX #7012F2 Electric Indigo

📋 copy color: '#7012F2'

red 112 ◦ green 18 ◦ blue 242

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

Shades of Electric Indigo #7012F2

Tints of Electric Indigo #7012F2

RGB

 RED value IS 112 (44.14% from 255) = 30.11%

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

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

R = 30.11%
G = 4.84%
B = 65.05%

CMYK

 C value IS 0.54

 M value IS 0.93

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#7012F2 (or 0x7012F2) is known color: Electric Indigo. HEX triplet: 70, 12 and F2. RGB value is (112,18,242). Sum of RGB (Red+Green+Blue) = 112+18+242=372 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.11% from 372); Green value is 18 (7.42% from 255 or 4.84% from 372); Blue value is 242 (94.92% from 255 or 65.05% from 372); Max value from RGB is 242 - color contains mainly: blue. Hex color #7012F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7012F2 is #8FED0D. Grayscale: #464646. Windows color (decimal): -9432334 or 15864432. OLE color: 15864432.

HSL color Cylindrical-coordinate representation of color #7012F2: hue angle of 265.18º 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 #7012F2 is Cyan = 0.54, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 112 18 242 -
CMYK 0.54 0.93 0 0.05
HSL 265.18º 0.9% 0.51% -
HSV(B) 265.18º 0.93% 0.95% -
XYZ 22.93 10.29 84.78 -
YUV 71.64 224.14 156.79 -
System Red Green Blue C M Y K H S L
Decimal 112 18 242 0.54 0.93 0 0.05 265.18 0.9 0.51
Hex 70 12 F2 36 5D 0 5 109 5A 33
Octal 160 22 362 66 135 0 5 411 132 63
Binary 1110000 10010 11110010 110110 1011101 0 101 100001001 1011010 110011

Color Harmonies of #7012F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7012F2

Black with #7012F2

Text Example


Text Example

White with #7012F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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