Html Css Color HEX #711EFC Electric Indigo

📋 copy color: '#711EFC'

red 113 ◦ green 30 ◦ blue 252

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

Shades of Electric Indigo #711EFC

Tints of Electric Indigo #711EFC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.59%

 BLUE value IS 252 (98.83% from 255) = 63.8%

R = 28.61%
G = 7.59%
B = 63.8%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#711EFC (or 0x711EFC) is known color: Electric Indigo. HEX triplet: 71, 1E and FC. RGB value is (113,30,252). Sum of RGB (Red+Green+Blue) = 113+30+252=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 30 (12.11% from 255 or 7.59% from 395); Blue value is 252 (98.83% from 255 or 63.80% from 395); Max value from RGB is 252 - color contains mainly: blue. Hex color #711EFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711EFC is #8EE103. Grayscale: #4F4F4F. Windows color (decimal): -9363716 or 16522865. OLE color: 16522865.

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

Color convert

RGB 113 30 252 -
CMYK 0.55 0.88 0 0.01
HSL 262.43º 0.97% 0.55% -
HSV(B) 262.43º 0.88% 0.99% -
XYZ 24.85 11.47 93 -
YUV 80.13 225 151.45 -
System Red Green Blue C M Y K H S L
Decimal 113 30 252 0.55 0.88 0 0.01 262.43 0.97 0.55
Hex 71 1E FC 37 58 0 1 106 61 37
Octal 161 36 374 67 130 0 1 406 141 67
Binary 1110001 11110 11111100 110111 1011000 0 1 100000110 1100001 110111

Color Harmonies of #711EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711EFC

Black with #711EFC

Text Example


Text Example

White with #711EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,30,252); }

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

background-color css

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

 a { background-color: rgb(113,30,252); }

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

border-color css

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

 span { border-color: rgb(113,30,252); }

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