Html Css Color HEX #711DF8 Electric Indigo

📋 copy color: '#711DF8'

red 113 ◦ green 29 ◦ blue 248

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

Shades of Electric Indigo #711DF8

Tints of Electric Indigo #711DF8

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.44%

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

R = 28.97%
G = 7.44%
B = 63.59%

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

#711DF8 (or 0x711DF8) is known color: Electric Indigo. HEX triplet: 71, 1D and F8. RGB value is (113,29,248). Sum of RGB (Red+Green+Blue) = 113+29+248=390 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.97% from 390); Green value is 29 (11.72% from 255 or 7.44% from 390); Blue value is 248 (97.27% from 255 or 63.59% from 390); Max value from RGB is 248 - color contains mainly: blue. Hex color #711DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DF8 is #8EE207. Grayscale: #4E4E4E. Windows color (decimal): -9363976 or 16260465. OLE color: 16260465.

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

Color convert

RGB 113 29 248 -
CMYK 0.54 0.88 0 0.03
HSL 263.01º 0.94% 0.54% -
HSV(B) 263.01º 0.88% 0.97% -
XYZ 24.19 11.17 89.69 -
YUV 79.08 223.33 152.19 -
System Red Green Blue C M Y K H S L
Decimal 113 29 248 0.54 0.88 0 0.03 263.01 0.94 0.54
Hex 71 1D F8 36 58 0 3 107 5E 36
Octal 161 35 370 66 130 0 3 407 136 66
Binary 1110001 11101 11111000 110110 1011000 0 11 100000111 1011110 110110

Color Harmonies of #711DF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DF8

Black with #711DF8

Text Example


Text Example

White with #711DF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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