#7011F0

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

Shades of Electric Indigo #7011F0

Tints of Electric Indigo #7011F0

Color information

#7011F0 (or 0x7011F0) is unknown color: approx Electric Indigo. HEX triplet: 70, 11 and F0. RGB value is (112,17,240). Sum of RGB (Red+Green+Blue) = 112+17+240=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 17 (7.03% from 255 or 4.61% from 369); Blue value is 240 (94.14% from 255 or 65.04% from 369); Max value from RGB is 240 - color contains mainly: blue. Hex color #7011F0 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7011F0 is #8FEE0F. Grayscale: #464646. Windows color (decimal): -9432592 or 15733104. OLE color: 15733104.

HSL color Cylindrical-coordinate representation of color #7011F0: hue angle of 265.56º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7011F0 is Cyan = 0.53, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB11217240-
CMYK0.530.9300.06
HSL265.56º88.14%50.39%-
HSV(B)265.56º92.92%94.12%-
XYZ22.6110.1483.2-
YUV70.83223.47157.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 17 (7.03% from 255) = 4.61%
BLUE value IS 240 (94.14% from 255) = 65.04%
R=30.35%
G=4.61%
B=65.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal112172400.530.9300.06265.5688.1450.39
Hex7011F0355D0610a5832
Octal16021360651350641213062
Binary11100001000111110000110101101110101101000010101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7011F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7011F0; }

 p { color: rgb(112,17,240); }

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

<style>
 a { background-color: #7011F0; }

 a { background-color: rgb(112,17,240); }

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

<style>
 span { border-color: #7011F0; }

 span { border-color: rgb(112,17,240); }

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