Html Css Color HEX #711BFE Electric Indigo

📋 copy color: '#711BFE'

red 113 ◦ green 27 ◦ blue 254

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

Shades of Electric Indigo #711BFE

Tints of Electric Indigo #711BFE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.85%

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

R = 28.68%
G = 6.85%
B = 64.47%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#711BFE (or 0x711BFE) is known color: Electric Indigo. HEX triplet: 71, 1B and FE. RGB value is (113,27,254). Sum of RGB (Red+Green+Blue) = 113+27+254=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 27 (10.94% from 255 or 6.85% from 394); Blue value is 254 (99.61% from 255 or 64.47% from 394); Max value from RGB is 254 - color contains mainly: blue. Hex color #711BFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BFE is #8EE401. Grayscale: #4D4D4D. Windows color (decimal): -9364482 or 16653169. OLE color: 16653169.

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

Color convert

RGB 113 27 254 -
CMYK 0.56 0.89 0 0.00
HSL 262.73º 0.99% 0.55% -
HSV(B) 262.73º 0.89% 1% -
XYZ 25.09 11.45 94.65 -
YUV 78.59 226.99 152.54 -
System Red Green Blue C M Y K H S L
Decimal 113 27 254 0.56 0.89 0 0.00 262.73 0.99 0.55
Hex 71 1B FE 38 59 0 0 107 63 37
Octal 161 33 376 70 131 0 0 407 143 67
Binary 1110001 11011 11111110 111000 1011001 0 0 100000111 1100011 110111

Color Harmonies of #711BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BFE

Black with #711BFE

Text Example


Text Example

White with #711BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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