#7013F3

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

Shades of Electric Indigo #7013F3

Tints of Electric Indigo #7013F3

Color information

#7013F3 (or 0x7013F3) is unknown color: approx Electric Indigo. HEX triplet: 70, 13 and F3. RGB value is (112,19,243). Sum of RGB (Red+Green+Blue) = 112+19+243=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 19 (7.81% from 255 or 5.08% from 374); Blue value is 243 (95.31% from 255 or 64.97% from 374); Max value from RGB is 243 - color contains mainly: blue. Hex color #7013F3 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7013F3 is #8FEC0C. Grayscale: #474747. Windows color (decimal): -9432077 or 15930224. OLE color: 15930224.

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

Color convert

RGB11219243-
CMYK0.540.9200.05
HSL264.91º90.32%51.37%-
HSV(B)264.91º92.18%95.29%-
XYZ23.0910.3885.58-
YUV72.34224.31156.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 19 (7.81% from 255) = 5.08%
BLUE value IS 243 (95.31% from 255) = 64.97%
R=29.95%
G=5.08%
B=64.97%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal112192430.540.9200.05264.9190.3251.37
Hex7013F3365C051095a33
Octal16023363661340541113263
Binary11100001001111110011110110101110001011000010011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7013F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7013F3; }

 p { color: rgb(112,19,243); }

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

<style>
 a { background-color: #7013F3; }

 a { background-color: rgb(112,19,243); }

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

<style>
 span { border-color: #7013F3; }

 span { border-color: rgb(112,19,243); }

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