Html Css Color HEX #711AF3 Electric Indigo

📋 copy color: '#711AF3'

red 113 ◦ green 26 ◦ blue 243

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

Shades of Electric Indigo #711AF3

Tints of Electric Indigo #711AF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 63.61%

R = 29.58%
G = 6.81%
B = 63.61%

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

#711AF3 (or 0x711AF3) is known color: Electric Indigo. HEX triplet: 71, 1A and F3. RGB value is (113,26,243). Sum of RGB (Red+Green+Blue) = 113+26+243=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 243 (95.31% from 255 or 63.61% from 382); Max value from RGB is 243 - color contains mainly: blue. Hex color #711AF3 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AF3 is #8EE50C. Grayscale: #4B4B4B. Windows color (decimal): -9364749 or 15932017. OLE color: 15932017.

HSL color Cylindrical-coordinate representation of color #711AF3: hue angle of 264.06º degrees, saturation: 0.9, 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 #711AF3 is Cyan = 0.53, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 113 26 243 -
CMYK 0.53 0.89 0 0.05
HSL 264.06º 0.9% 0.53% -
HSV(B) 264.06º 0.89% 0.95% -
XYZ 23.36 10.72 85.63 -
YUV 76.75 221.82 153.86 -
System Red Green Blue C M Y K H S L
Decimal 113 26 243 0.53 0.89 0 0.05 264.06 0.9 0.53
Hex 71 1A F3 35 59 0 5 108 5A 35
Octal 161 32 363 65 131 0 5 410 132 65
Binary 1110001 11010 11110011 110101 1011001 0 101 100001000 1011010 110101

Color Harmonies of #711AF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AF3

Black with #711AF3

Text Example


Text Example

White with #711AF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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