#7112EA

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

Shades of Electric Indigo #7112EA

Tints of Electric Indigo #7112EA

Color information

#7112EA (or 0x7112EA) is unknown color: approx Electric Indigo. HEX triplet: 71, 12 and EA. RGB value is (113,18,234). Sum of RGB (Red+Green+Blue) = 113+18+234=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #7112EA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7112EA is #8EED15. Grayscale: #464646. Windows color (decimal): -9366806 or 15340145. OLE color: 15340145.

HSL color Cylindrical-coordinate representation of color #7112EA: hue angle of 266.39º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7112EA is Cyan = 0.52, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB11318234-
CMYK0.520.9200.08
HSL266.39º85.71%49.41%-
HSV(B)266.39º92.31%91.76%-
XYZ21.889.8878.6-
YUV71.03219.97157.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 18 (7.42% from 255) = 4.93%
BLUE value IS 234 (91.80% from 255) = 64.11%
R=30.96%
G=4.93%
B=64.11%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal113182340.520.9200.08266.3985.7149.41
Hex7112EA345C0810a5631
Octal161223526413401041212661
Binary111000110010111010101101001011100010001000010101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7112EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7112EA; }

 p { color: rgb(113,18,234); }

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

<style>
 a { background-color: #7112EA; }

 a { background-color: rgb(113,18,234); }

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

<style>
 span { border-color: #7112EA; }

 span { border-color: rgb(113,18,234); }

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