Html Css Color HEX #711AEE Electric Indigo

📋 copy color: '#711AEE'

red 113 ◦ green 26 ◦ blue 238

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

Shades of Electric Indigo #711AEE

Tints of Electric Indigo #711AEE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.9%

 BLUE value IS 238 (93.36% from 255) = 63.13%

R = 29.97%
G = 6.9%
B = 63.13%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#711AEE (or 0x711AEE) is known color: Electric Indigo. HEX triplet: 71, 1A and EE. RGB value is (113,26,238). Sum of RGB (Red+Green+Blue) = 113+26+238=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 26 (10.55% from 255 or 6.90% from 377); Blue value is 238 (93.36% from 255 or 63.13% from 377); Max value from RGB is 238 - color contains mainly: blue. Hex color #711AEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AEE is #8EE511. Grayscale: #4B4B4B. Windows color (decimal): -9364754 or 15604337. OLE color: 15604337.

HSL color Cylindrical-coordinate representation of color #711AEE: hue angle of 264.62º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711AEE is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 113 26 238 -
CMYK 0.53 0.89 0 0.07
HSL 264.62º 0.86% 0.52% -
HSV(B) 264.62º 0.89% 0.93% -
XYZ 22.61 10.42 81.71 -
YUV 76.18 219.32 154.26 -
System Red Green Blue C M Y K H S L
Decimal 113 26 238 0.53 0.89 0 0.07 264.62 0.86 0.52
Hex 71 1A EE 35 59 0 7 109 56 34
Octal 161 32 356 65 131 0 7 411 126 64
Binary 1110001 11010 11101110 110101 1011001 0 111 100001001 1010110 110100

Color Harmonies of #711AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AEE

Black with #711AEE

Text Example


Text Example

White with #711AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,26,238); }

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

background-color css

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

 a { background-color: rgb(113,26,238); }

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

border-color css

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

 span { border-color: rgb(113,26,238); }

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