Html Css Color HEX #711CFE Electric Indigo

📋 copy color: '#711CFE'

red 113 ◦ green 28 ◦ blue 254

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

Shades of Electric Indigo #711CFE

Tints of Electric Indigo #711CFE

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.09%

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

R = 28.61%
G = 7.09%
B = 64.3%

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

#711CFE (or 0x711CFE) is known color: Electric Indigo. HEX triplet: 71, 1C and FE. RGB value is (113,28,254). Sum of RGB (Red+Green+Blue) = 113+28+254=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 254 (99.61% from 255 or 64.30% from 395); Max value from RGB is 254 - color contains mainly: blue. Hex color #711CFE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CFE is #8EE301. Grayscale: #4E4E4E. Windows color (decimal): -9364226 or 16653425. OLE color: 16653425.

HSL color Cylindrical-coordinate representation of color #711CFE: hue angle of 262.57º 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 #711CFE is Cyan = 0.56, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 113 28 254 -
CMYK 0.56 0.89 0 0.00
HSL 262.57º 0.99% 0.55% -
HSV(B) 262.57º 0.89% 1% -
XYZ 25.11 11.5 94.66 -
YUV 79.18 226.66 152.12 -
System Red Green Blue C M Y K H S L
Decimal 113 28 254 0.56 0.89 0 0.00 262.57 0.99 0.55
Hex 71 1C FE 38 59 0 0 107 63 37
Octal 161 34 376 70 131 0 0 407 143 67
Binary 1110001 11100 11111110 111000 1011001 0 0 100000111 1100011 110111

Color Harmonies of #711CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CFE

Black with #711CFE

Text Example


Text Example

White with #711CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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