#541771

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

Shades of Indigo #541771

Tints of Indigo #541771

Color information

#541771 (or 0x541771) is unknown color: approx 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

RGB8423113-
CMYK0.260.8000.56
HSL280.67º66.18%26.67%-
HSV(B)280.67º79.65%44.31%-
XYZ6.943.6915.97-
YUV51.5162.71151.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% 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 (Cyan) values IS 0.26
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84231130.260.8000.56280.6766.1826.67
Hex5417711A50038119421b
Octal124271613212007043110233
Binary10101001011111100011101010100000111000100011001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>