Html Css Color HEX #711CFB Electric Indigo

📋 copy color: '#711CFB'

red 113 ◦ green 28 ◦ blue 251

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

Shades of Electric Indigo #711CFB

Tints of Electric Indigo #711CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 64.03%

R = 28.83%
G = 7.14%
B = 64.03%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#711CFB (or 0x711CFB) is known color: Electric Indigo. HEX triplet: 71, 1C and FB. RGB value is (113,28,251). Sum of RGB (Red+Green+Blue) = 113+28+251=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 28 (11.33% from 255 or 7.14% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #711CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CFB is #8EE304. Grayscale: #4E4E4E. Windows color (decimal): -9364229 or 16456817. OLE color: 16456817.

HSL color Cylindrical-coordinate representation of color #711CFB: hue angle of 262.87º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #711CFB is Cyan = 0.55, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 113 28 251 -
CMYK 0.55 0.89 0 0.02
HSL 262.87º 0.97% 0.55% -
HSV(B) 262.87º 0.89% 0.98% -
XYZ 24.64 11.31 92.15 -
YUV 78.84 225.16 152.37 -
System Red Green Blue C M Y K H S L
Decimal 113 28 251 0.55 0.89 0 0.02 262.87 0.97 0.55
Hex 71 1C FB 37 59 0 2 107 61 37
Octal 161 34 373 67 131 0 2 407 141 67
Binary 1110001 11100 11111011 110111 1011001 0 10 100000111 1100001 110111

Color Harmonies of #711CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CFB

Black with #711CFB

Text Example


Text Example

White with #711CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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