Html Css Color HEX #711DFC Electric Indigo

📋 copy color: '#711DFC'

red 113 ◦ green 29 ◦ blue 252

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

Shades of Electric Indigo #711DFC

Tints of Electric Indigo #711DFC

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.36%

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

R = 28.68%
G = 7.36%
B = 63.96%

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

#711DFC (or 0x711DFC) is known color: Electric Indigo. HEX triplet: 71, 1D and FC. RGB value is (113,29,252). Sum of RGB (Red+Green+Blue) = 113+29+252=394 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.68% from 394); Green value is 29 (11.72% from 255 or 7.36% from 394); Blue value is 252 (98.83% from 255 or 63.96% from 394); Max value from RGB is 252 - color contains mainly: blue. Hex color #711DFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711DFC is #8EE203. Grayscale: #4E4E4E. Windows color (decimal): -9363972 or 16522609. OLE color: 16522609.

HSL color Cylindrical-coordinate representation of color #711DFC: hue angle of 262.6º 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 #711DFC is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 113 29 252 -
CMYK 0.55 0.88 0 0.01
HSL 262.6º 0.97% 0.55% -
HSV(B) 262.6º 0.88% 0.99% -
XYZ 24.82 11.42 92.99 -
YUV 79.54 225.33 151.87 -
System Red Green Blue C M Y K H S L
Decimal 113 29 252 0.55 0.88 0 0.01 262.6 0.97 0.55
Hex 71 1D FC 37 58 0 1 107 61 37
Octal 161 35 374 67 130 0 1 407 141 67
Binary 1110001 11101 11111100 110111 1011000 0 1 100000111 1100001 110111

Color Harmonies of #711DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711DFC

Black with #711DFC

Text Example


Text Example

White with #711DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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