#711EF3

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

Shades of Electric Indigo #711EF3

Tints of Electric Indigo #711EF3

Color information

#711EF3 (or 0x711EF3) is unknown color: approx Electric Indigo. HEX triplet: 71, 1E and F3. RGB value is (113,30,243). Sum of RGB (Red+Green+Blue) = 113+30+243=386 (51% of max value = 765). Red value is 113 (44.53% from 255 or 29.27% from 386); Green value is 30 (12.11% from 255 or 7.77% from 386); Blue value is 243 (95.31% from 255 or 62.95% from 386); Max value from RGB is 243 - color contains mainly: blue. Hex color #711EF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EF3 is #8EE10C. Grayscale: #4E4E4E. Windows color (decimal): -9363725 or 15933041. OLE color: 15933041.

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

Color convert

RGB11330243-
CMYK0.530.8800.05
HSL263.38º89.87%53.53%-
HSV(B)263.38º87.65%95.29%-
XYZ23.4510.9185.66-
YUV79.1220.5152.18-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.27%
GREEN value IS 30 (12.11% from 255) = 7.77%
BLUE value IS 243 (95.31% from 255) = 62.95%
R=29.27%
G=7.77%
B=62.95%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113302430.530.8800.05263.3889.8753.53
Hex711EF33558051075a36
Octal16136363651300540713266
Binary11100011111011110011110101101100001011000001111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711EF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #711EF3; }

 p { color: rgb(113,30,243); }

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

<style>
 a { background-color: #711EF3; }

 a { background-color: rgb(113,30,243); }

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

<style>
 span { border-color: #711EF3; }

 span { border-color: rgb(113,30,243); }

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