Html Css Color HEX #711AF2 Electric Indigo

📋 copy color: '#711AF2'

red 113 ◦ green 26 ◦ blue 242

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

Shades of Electric Indigo #711AF2

Tints of Electric Indigo #711AF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 63.52%

R = 29.66%
G = 6.82%
B = 63.52%

CMYK

 C value IS 0.53

 M value IS 0.89

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#711AF2 (or 0x711AF2) is known color: Electric Indigo. HEX triplet: 71, 1A and F2. RGB value is (113,26,242). Sum of RGB (Red+Green+Blue) = 113+26+242=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 26 (10.55% from 255 or 6.82% from 381); Blue value is 242 (94.92% from 255 or 63.52% from 381); Max value from RGB is 242 - color contains mainly: blue. Hex color #711AF2 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AF2 is #8EE50D. Grayscale: #4B4B4B. Windows color (decimal): -9364750 or 15866481. OLE color: 15866481.

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

Color convert

RGB 113 26 242 -
CMYK 0.53 0.89 0 0.05
HSL 264.17º 0.89% 0.53% -
HSV(B) 264.17º 0.89% 0.95% -
XYZ 23.21 10.66 84.84 -
YUV 76.64 221.32 153.94 -
System Red Green Blue C M Y K H S L
Decimal 113 26 242 0.53 0.89 0 0.05 264.17 0.89 0.53
Hex 71 1A F2 35 59 0 5 108 59 35
Octal 161 32 362 65 131 0 5 410 131 65
Binary 1110001 11010 11110010 110101 1011001 0 101 100001000 1011001 110101

Color Harmonies of #711AF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AF2

Black with #711AF2

Text Example


Text Example

White with #711AF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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