Html Css Color HEX #711EFB Electric Indigo

📋 copy color: '#711EFB'

red 113 ◦ green 30 ◦ blue 251

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

Shades of Electric Indigo #711EFB

Tints of Electric Indigo #711EFB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.61%

 BLUE value IS 251 (98.44% from 255) = 63.71%

R = 28.68%
G = 7.61%
B = 63.71%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#711EFB (or 0x711EFB) is known color: Electric Indigo. HEX triplet: 71, 1E and FB. RGB value is (113,30,251). Sum of RGB (Red+Green+Blue) = 113+30+251=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 30 (12.11% from 255 or 7.61% from 394); Blue value is 251 (98.44% from 255 or 63.71% from 394); Max value from RGB is 251 - color contains mainly: blue. Hex color #711EFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EFB is #8EE104. Grayscale: #4F4F4F. Windows color (decimal): -9363717 or 16457329. OLE color: 16457329.

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

Color convert

RGB 113 30 251 -
CMYK 0.55 0.88 0 0.02
HSL 262.53º 0.97% 0.55% -
HSV(B) 262.53º 0.88% 0.98% -
XYZ 24.69 11.4 92.17 -
YUV 80.01 224.5 151.53 -
System Red Green Blue C M Y K H S L
Decimal 113 30 251 0.55 0.88 0 0.02 262.53 0.97 0.55
Hex 71 1E FB 37 58 0 2 107 61 37
Octal 161 36 373 67 130 0 2 407 141 67
Binary 1110001 11110 11111011 110111 1011000 0 10 100000111 1100001 110111

Color Harmonies of #711EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EFB

Black with #711EFB

Text Example


Text Example

White with #711EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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