#711BF1

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

Shades of Electric Indigo #711BF1

Tints of Electric Indigo #711BF1

Color information

#711BF1 (or 0x711BF1) is unknown color: approx Electric Indigo. HEX triplet: 71, 1B and F1. RGB value is (113,27,241). Sum of RGB (Red+Green+Blue) = 113+27+241=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 27 (10.94% from 255 or 7.09% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #711BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BF1 is #8EE40E. Grayscale: #4C4C4C. Windows color (decimal): -9364495 or 15801201. OLE color: 15801201.

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

Color convert

RGB11327241-
CMYK0.530.8900.05
HSL264.11º88.43%52.55%-
HSV(B)264.11º88.8%94.51%-
XYZ23.0810.6584.06-
YUV77.11220.49153.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 27 (10.94% from 255) = 7.09%
BLUE value IS 241 (94.53% from 255) = 63.25%
R=29.66%
G=7.09%
B=63.25%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal113272410.530.8900.05264.1188.4352.55
Hex711BF13559051085835
Octal16133361651310541013065
Binary11100011101111110001110101101100101011000010001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #711BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,27,241); }

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

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

 a { background-color: rgb(113,27,241); }

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

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

 span { border-color: rgb(113,27,241); }

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