Html Css Color HEX #711EF8 Electric Indigo

📋 copy color: '#711EF8'

red 113 ◦ green 30 ◦ blue 248

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

Shades of Electric Indigo #711EF8

Tints of Electric Indigo #711EF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 63.43%

R = 28.9%
G = 7.67%
B = 63.43%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#711EF8 (or 0x711EF8) is known color: Electric Indigo. HEX triplet: 71, 1E and F8. RGB value is (113,30,248). Sum of RGB (Red+Green+Blue) = 113+30+248=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 248 (97.27% from 255 or 63.43% from 391); Max value from RGB is 248 - color contains mainly: blue. Hex color #711EF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EF8 is #8EE107. Grayscale: #4E4E4E. Windows color (decimal): -9363720 or 16260721. OLE color: 16260721.

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

Color convert

RGB 113 30 248 -
CMYK 0.54 0.88 0 0.03
HSL 262.84º 0.94% 0.55% -
HSV(B) 262.84º 0.88% 0.97% -
XYZ 24.22 11.22 89.7 -
YUV 79.67 223 151.77 -
System Red Green Blue C M Y K H S L
Decimal 113 30 248 0.54 0.88 0 0.03 262.84 0.94 0.55
Hex 71 1E F8 36 58 0 3 107 5E 37
Octal 161 36 370 66 130 0 3 407 136 67
Binary 1110001 11110 11111000 110110 1011000 0 11 100000111 1011110 110111

Color Harmonies of #711EF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EF8

Black with #711EF8

Text Example


Text Example

White with #711EF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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