Html Css Color HEX #711BFD Electric Indigo

📋 copy color: '#711BFD'

red 113 ◦ green 27 ◦ blue 253

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

Shades of Electric Indigo #711BFD

Tints of Electric Indigo #711BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.87%

 BLUE value IS 253 (99.22% from 255) = 64.38%

R = 28.75%
G = 6.87%
B = 64.38%

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

#711BFD (or 0x711BFD) is known color: Electric Indigo. HEX triplet: 71, 1B and FD. RGB value is (113,27,253). Sum of RGB (Red+Green+Blue) = 113+27+253=393 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.75% from 393); Green value is 27 (10.94% from 255 or 6.87% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #711BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BFD is #8EE402. Grayscale: #4D4D4D. Windows color (decimal): -9364483 or 16587633. OLE color: 16587633.

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

Color convert

RGB 113 27 253 -
CMYK 0.55 0.89 0 0.01
HSL 262.83º 0.98% 0.55% -
HSV(B) 262.83º 0.89% 0.99% -
XYZ 24.93 11.39 93.81 -
YUV 78.48 226.49 152.62 -
System Red Green Blue C M Y K H S L
Decimal 113 27 253 0.55 0.89 0 0.01 262.83 0.98 0.55
Hex 71 1B FD 37 59 0 1 107 62 37
Octal 161 33 375 67 131 0 1 407 142 67
Binary 1110001 11011 11111101 110111 1011001 0 1 100000111 1100010 110111

Color Harmonies of #711BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BFD

Black with #711BFD

Text Example


Text Example

White with #711BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,27,253); }

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

background-color css

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

 a { background-color: rgb(113,27,253); }

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

border-color css

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

 span { border-color: rgb(113,27,253); }

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