Html Css Color HEX #711AFE Electric Indigo

📋 copy color: '#711AFE'

red 113 ◦ green 26 ◦ blue 254

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

Shades of Electric Indigo #711AFE

Tints of Electric Indigo #711AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 64.63%

R = 28.75%
G = 6.62%
B = 64.63%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#711AFE (or 0x711AFE) is known color: Electric Indigo. HEX triplet: 71, 1A and FE. RGB value is (113,26,254). Sum of RGB (Red+Green+Blue) = 113+26+254=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 26 (10.55% from 255 or 6.62% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #711AFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711AFE is #8EE501. Grayscale: #4D4D4D. Windows color (decimal): -9364738 or 16652913. OLE color: 16652913.

HSL color Cylindrical-coordinate representation of color #711AFE: hue angle of 262.89º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #711AFE is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 26 254 -
CMYK 0.56 0.90 0 0.00
HSL 262.89º 0.99% 0.55% -
HSV(B) 262.89º 0.9% 1% -
XYZ 25.07 11.41 94.65 -
YUV 78.01 227.32 152.96 -
System Red Green Blue C M Y K H S L
Decimal 113 26 254 0.56 0.90 0 0.00 262.89 0.99 0.55
Hex 71 1A FE 38 5A 0 0 107 63 37
Octal 161 32 376 70 132 0 0 407 143 67
Binary 1110001 11010 11111110 111000 1011010 0 0 100000111 1100011 110111

Color Harmonies of #711AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711AFE

Black with #711AFE

Text Example


Text Example

White with #711AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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