#541571

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

Shades of Indigo #541571

Tints of Indigo #541571

Color information

#541571 (or 0x541571) is unknown color: approx Indigo. HEX triplet: 54, 15 and 71. RGB value is (84,21,113). Sum of RGB (Red+Green+Blue) = 84+21+113=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 21 (8.59% from 255 or 9.63% from 218); Blue value is 113 (44.53% from 255 or 51.83% from 218); Max value from RGB is 113 - color contains mainly: blue. Hex color #541571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #541571 is #ABEA8E. Grayscale: #323232. Windows color (decimal): -11266703 or 7411028. OLE color: 7411028.

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

Color convert

RGB8421113-
CMYK0.260.8100.56
HSL281.09º68.66%26.27%-
HSV(B)281.09º81.42%44.31%-
XYZ6.93.6115.96-
YUV50.32163.37152.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 21 (8.59% from 255) = 9.63%
BLUE value IS 113 (44.53% from 255) = 51.83%
R=38.53%
G=9.63%
B=51.83%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal84211130.260.8100.56281.0968.6626.27
Hex5415711A51038119451a
Octal124251613212107043110532
Binary10101001010111100011101010100010111000100011001100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541571; }

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

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

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

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

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

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

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

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