Html Css Color HEX #711CFC Electric Indigo

📋 copy color: '#711CFC'

red 113 ◦ green 28 ◦ blue 252

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

Shades of Electric Indigo #711CFC

Tints of Electric Indigo #711CFC

RGB

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

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

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

R = 28.75%
G = 7.12%
B = 64.12%

CMYK

 C value IS 0.55

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#711CFC (or 0x711CFC) is known color: Electric Indigo. HEX triplet: 71, 1C and FC. RGB value is (113,28,252). Sum of RGB (Red+Green+Blue) = 113+28+252=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 28 (11.33% from 255 or 7.12% from 393); Blue value is 252 (98.83% from 255 or 64.12% from 393); Max value from RGB is 252 - color contains mainly: blue. Hex color #711CFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711CFC is #8EE303. Grayscale: #4E4E4E. Windows color (decimal): -9364228 or 16522353. OLE color: 16522353.

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

Color convert

RGB 113 28 252 -
CMYK 0.55 0.89 0 0.01
HSL 262.77º 0.97% 0.55% -
HSV(B) 262.77º 0.89% 0.99% -
XYZ 24.8 11.37 92.98 -
YUV 78.95 225.66 152.29 -
System Red Green Blue C M Y K H S L
Decimal 113 28 252 0.55 0.89 0 0.01 262.77 0.97 0.55
Hex 71 1C FC 37 59 0 1 107 61 37
Octal 161 34 374 67 131 0 1 407 141 67
Binary 1110001 11100 11111100 110111 1011001 0 1 100000111 1100001 110111

Color Harmonies of #711CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711CFC

Black with #711CFC

Text Example


Text Example

White with #711CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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