Html Css Color HEX #711FFF Electric Indigo

📋 copy color: '#711FFF'

red 113 ◦ green 31 ◦ blue 255

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

Shades of Electric Indigo #711FFF

Tints of Electric Indigo #711FFF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.77%

 BLUE value IS 255 (100% from 255) = 63.91%

R = 28.32%
G = 7.77%
B = 63.91%

CMYK

 C value IS 0.56

 M value IS 0.88

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#711FFF (or 0x711FFF) is known color: Electric Indigo. HEX triplet: 71, 1F and FF. RGB value is (113,31,255). Sum of RGB (Red+Green+Blue) = 113+31+255=399 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.32% from 399); Green value is 31 (12.5% from 255 or 7.77% from 399); Blue value is 255 (100% from 255 or 63.91% from 399); Max value from RGB is 255 - color contains mainly: blue. Hex color #711FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FFF is #8EE000. Grayscale: #505050. Windows color (decimal): -9363457 or 16719729. OLE color: 16719729.

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

Color convert

RGB 113 31 255 -
CMYK 0.56 0.88 0 0
HSL 261.96º 1% 0.56% -
HSV(B) 261.96º 0.88% 1% -
XYZ 25.35 11.71 95.53 -
YUV 81.05 226.17 150.79 -
System Red Green Blue C M Y K H S L
Decimal 113 31 255 0.56 0.88 0 0 261.96 1 0.56
Hex 71 1F FF 38 58 0 0 106 64 38
Octal 161 37 377 70 130 0 0 406 144 70
Binary 1110001 11111 11111111 111000 1011000 0 0 100000110 1100100 111000

Color Harmonies of #711FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FFF

Black with #711FFF

Text Example


Text Example

White with #711FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,31,255); }

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

background-color css

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

 a { background-color: rgb(113,31,255); }

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

border-color css

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

 span { border-color: rgb(113,31,255); }

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