#541171

Color #541171 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #541171

Tints of Indigo #541171

Color information

#541171 (or 0x541171) is unknown color: approx Indigo. HEX triplet: 54, 11 and 71. RGB value is (84,17,113). Sum of RGB (Red+Green+Blue) = 84+17+113=214 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.25% from 214); Green value is 17 (7.03% from 255 or 7.94% from 214); Blue value is 113 (44.53% from 255 or 52.80% from 214); Max value from RGB is 113 - color contains mainly: blue. Hex color #541171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541171 is #ABEE8E. Grayscale: #2F2F2F. Windows color (decimal): -11267727 or 7410004. OLE color: 7410004.

HSL color Cylindrical-coordinate representation of color #541171: hue angle of 281.88º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541171 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8417113-
CMYK0.260.8500.56
HSL281.88º73.85%25.49%-
HSV(B)281.88º84.96%44.31%-
XYZ6.843.4815.93-
YUV47.98164.7153.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.25%
GREEN value IS 17 (7.03% from 255) = 7.94%
BLUE value IS 113 (44.53% from 255) = 52.80%
R=39.25%
G=7.94%
B=52.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84171130.260.8500.56281.8873.8525.49
Hex5411711A5503811a4a19
Octal124211613212507043211231
Binary10101001000111100011101010101010111000100011010100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541171; }

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

 H1.HeaderClassName
 {
   color: #541171;
 }
 .AnyTagClassName
 {
   color: #541171;
 }
</style>
background-color css

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

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

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

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

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

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