Html Css Color HEX #711FFB Electric Indigo

📋 copy color: '#711FFB'

red 113 ◦ green 31 ◦ blue 251

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

Shades of Electric Indigo #711FFB

Tints of Electric Indigo #711FFB

RGB

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

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

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

R = 28.61%
G = 7.85%
B = 63.54%

CMYK

 C value IS 0.55

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#711FFB (or 0x711FFB) is known color: Electric Indigo. HEX triplet: 71, 1F and FB. RGB value is (113,31,251). Sum of RGB (Red+Green+Blue) = 113+31+251=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 251 (98.44% from 255 or 63.54% from 395); Max value from RGB is 251 - color contains mainly: blue. Hex color #711FFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711FFB is #8EE004. Grayscale: #4F4F4F. Windows color (decimal): -9363461 or 16457585. OLE color: 16457585.

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

Color convert

RGB 113 31 251 -
CMYK 0.55 0.88 0 0.02
HSL 262.36º 0.96% 0.55% -
HSV(B) 262.36º 0.88% 0.98% -
XYZ 24.71 11.46 92.18 -
YUV 80.6 224.17 151.11 -
System Red Green Blue C M Y K H S L
Decimal 113 31 251 0.55 0.88 0 0.02 262.36 0.96 0.55
Hex 71 1F FB 37 58 0 2 106 60 37
Octal 161 37 373 67 130 0 2 406 140 67
Binary 1110001 11111 11111011 110111 1011000 0 10 100000110 1100000 110111

Color Harmonies of #711FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711FFB

Black with #711FFB

Text Example


Text Example

White with #711FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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