#7212F2

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

Shades of Electric Indigo #7212F2

Tints of Electric Indigo #7212F2

Color information

#7212F2 (or 0x7212F2) is unknown color: approx Electric Indigo. HEX triplet: 72, 12 and F2. RGB value is (114,18,242). Sum of RGB (Red+Green+Blue) = 114+18+242=374 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.48% from 374); Green value is 18 (7.42% from 255 or 4.81% from 374); Blue value is 242 (94.92% from 255 or 64.71% from 374); Max value from RGB is 242 - color contains mainly: blue. Hex color #7212F2 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7212F2 is #8DED0D. Grayscale: #474747. Windows color (decimal): -9301262 or 15864434. OLE color: 15864434.

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

Color convert

RGB11418242-
CMYK0.530.9300.05
HSL265.71º89.6%50.98%-
HSV(B)265.71º92.56%94.9%-
XYZ23.1810.4284.79-
YUV72.24223.8157.79-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.48%
GREEN value IS 18 (7.42% from 255) = 4.81%
BLUE value IS 242 (94.92% from 255) = 64.71%
R=30.48%
G=4.81%
B=64.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal114182420.530.9300.05265.7189.650.98
Hex7212F2355D0510a5a33
Octal16222362651350541213263
Binary11100101001011110010110101101110101011000010101011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7212F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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