Html Css Color HEX #541771 Indigo

📋 copy color: '#541771'

red 84 ◦ green 23 ◦ blue 113

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

Shades of Indigo #541771

Tints of Indigo #541771

RGB

 RED value IS 84 (33.2% from 255) = 38.18%

 GREEN value IS 23 (9.38% from 255) = 10.45%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 38.18%
G = 10.45%
B = 51.36%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#541771 (or 0x541771) is known color: Indigo. HEX triplet: 54, 17 and 71. RGB value is (84,23,113). Sum of RGB (Red+Green+Blue) = 84+23+113=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 23 (9.38% from 255 or 10.45% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #541771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541771 is #ABE88E. Grayscale: #333333. Windows color (decimal): -11266191 or 7411540. OLE color: 7411540.

HSL color Cylindrical-coordinate representation of color #541771: hue angle of 280.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #541771 is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 84 23 113 -
CMYK 0.26 0.80 0 0.56
HSL 280.67º 0.66% 0.27% -
HSV(B) 280.67º 0.8% 0.44% -
XYZ 6.94 3.69 15.97 -
YUV 51.5 162.71 151.18 -
System Red Green Blue C M Y K H S L
Decimal 84 23 113 0.26 0.80 0 0.56 280.67 0.66 0.27
Hex 54 17 71 1A 50 0 38 119 42 1B
Octal 124 27 161 32 120 0 70 431 102 33
Binary 1010100 10111 1110001 11010 1010000 0 111000 100011001 1000010 11011

Color Harmonies of #541771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #541771

Black with #541771

Text Example


Text Example

White with #541771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #541771; }

 p { color: rgb(84,23,113); }

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

background-color css

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

 a { background-color: rgb(84,23,113); }

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

border-color css

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

 span { border-color: rgb(84,23,113); }

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