Html Css Color HEX #711BFF Electric Indigo

📋 copy color: '#711BFF'

red 113 ◦ green 27 ◦ blue 255

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

Shades of Electric Indigo #711BFF

Tints of Electric Indigo #711BFF

RGB

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

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

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

R = 28.61%
G = 6.84%
B = 64.56%

CMYK

 C value IS 0.56

 M value IS 0.89

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#711BFF (or 0x711BFF) is known color: Electric Indigo. HEX triplet: 71, 1B and FF. RGB value is (113,27,255). Sum of RGB (Red+Green+Blue) = 113+27+255=395 (52% of max value = 765). Red value is 113 (44.53% from 255 or 28.61% from 395); Green value is 27 (10.94% from 255 or 6.84% from 395); Blue value is 255 (100% from 255 or 64.56% from 395); Max value from RGB is 255 - color contains mainly: blue. Hex color #711BFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #711BFF is #8EE400. Grayscale: #4D4D4D. Windows color (decimal): -9364481 or 16718705. OLE color: 16718705.

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

Color convert

RGB 113 27 255 -
CMYK 0.56 0.89 0 0
HSL 262.63º 1% 0.55% -
HSV(B) 262.63º 0.89% 1% -
XYZ 25.25 11.51 95.5 -
YUV 78.71 227.49 152.46 -
System Red Green Blue C M Y K H S L
Decimal 113 27 255 0.56 0.89 0 0 262.63 1 0.55
Hex 71 1B FF 38 59 0 0 107 64 37
Octal 161 33 377 70 131 0 0 407 144 67
Binary 1110001 11011 11111111 111000 1011001 0 0 100000111 1100100 110111

Color Harmonies of #711BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #711BFF

Black with #711BFF

Text Example


Text Example

White with #711BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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