Html Css Color HEX #711DF9 Electric Indigo

📋 copy color: '#711DF9'

red 113 ◦ green 29 ◦ blue 249

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

Shades of Electric Indigo #711DF9

Tints of Electric Indigo #711DF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 63.68%

R = 28.9%
G = 7.42%
B = 63.68%

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

#711DF9 (or 0x711DF9) is known color: Electric Indigo. HEX triplet: 71, 1D and F9. RGB value is (113,29,249). Sum of RGB (Red+Green+Blue) = 113+29+249=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 29 (11.72% from 255 or 7.42% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #711DF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DF9 is #8EE206. Grayscale: #4E4E4E. Windows color (decimal): -9363975 or 16326001. OLE color: 16326001.

HSL color Cylindrical-coordinate representation of color #711DF9: hue angle of 262.91º degrees, saturation: 0.95, 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 #711DF9 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 29 249 -
CMYK 0.55 0.88 0 0.02
HSL 262.91º 0.95% 0.55% -
HSV(B) 262.91º 0.88% 0.98% -
XYZ 24.35 11.23 90.51 -
YUV 79.2 223.83 152.11 -
System Red Green Blue C M Y K H S L
Decimal 113 29 249 0.55 0.88 0 0.02 262.91 0.95 0.55
Hex 71 1D F9 37 58 0 2 107 5F 37
Octal 161 35 371 67 130 0 2 407 137 67
Binary 1110001 11101 11111001 110111 1011000 0 10 100000111 1011111 110111

Color Harmonies of #711DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DF9

Black with #711DF9

Text Example


Text Example

White with #711DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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