Html Css Color HEX #711FFD Electric Indigo

📋 copy color: '#711FFD'

red 113 ◦ green 31 ◦ blue 253

#711FFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #711FFD

Tints of Electric Indigo #711FFD

RGB

 RED value IS 113 (44.53% from 255) = 28.46%

 GREEN value IS 31 (12.5% from 255) = 7.81%

 BLUE value IS 253 (99.22% from 255) = 63.73%

R = 28.46%
G = 7.81%
B = 63.73%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#711FFD (or 0x711FFD) is known color: Electric Indigo. HEX triplet: 71, 1F and FD. RGB value is (113,31,253). Sum of RGB (Red+Green+Blue) = 113+31+253=397 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.46% from 397); Green value is 31 (12.5% from 255 or 7.81% from 397); Blue value is 253 (99.22% from 255 or 63.73% from 397); Max value from RGB is 253 - color contains mainly: blue. Hex color #711FFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FFD is #8EE002. Grayscale: #505050. Windows color (decimal): -9363459 or 16588657. OLE color: 16588657.

HSL color Cylindrical-coordinate representation of color #711FFD: hue angle of 262.16º degrees, saturation: 0.98, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #711FFD is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 31 253 -
CMYK 0.55 0.88 0 0.01
HSL 262.16º 0.98% 0.56% -
HSV(B) 262.16º 0.88% 0.99% -
XYZ 25.03 11.58 93.84 -
YUV 80.83 225.17 150.95 -
System Red Green Blue C M Y K H S L
Decimal 113 31 253 0.55 0.88 0 0.01 262.16 0.98 0.56
Hex 71 1F FD 37 58 0 1 106 62 38
Octal 161 37 375 67 130 0 1 406 142 70
Binary 1110001 11111 11111101 110111 1011000 0 1 100000110 1100010 111000

Color Harmonies of #711FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FFD

Black with #711FFD

Text Example


Text Example

White with #711FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,253); }

 H1.HeaderClassName
 {
   color: #711FFD;
 }
 .AnyTagClassName
 {
   color: #711FFD;
 }
</style>

background-color css

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

 a { background-color: rgb(113,31,253); }

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

border-color css

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

 span { border-color: rgb(113,31,253); }

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