#541A87

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

Shades of Indigo #541A87

Tints of Indigo #541A87

Color information

#541A87 (or 0x541A87) is unknown color: approx Indigo. HEX triplet: 54, 1A and 87. RGB value is (84,26,135). Sum of RGB (Red+Green+Blue) = 84+26+135=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 26 (10.55% from 255 or 10.61% from 245); Blue value is 135 (53.12% from 255 or 55.10% from 245); Max value from RGB is 135 - color contains mainly: blue. Hex color #541A87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #541A87 is #ABE578. Grayscale: #373737. Windows color (decimal): -11265401 or 8854100. OLE color: 8854100.

HSL color Cylindrical-coordinate representation of color #541A87: hue angle of 271.93º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #541A87 is Cyan = 0.38, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8426135-
CMYK0.380.8100.47
HSL271.93º67.7%31.57%-
HSV(B)271.93º80.74%52.94%-
XYZ8.44.3723.32-
YUV55.77172.72148.14-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 26 (10.55% from 255) = 10.61%
BLUE value IS 135 (53.12% from 255) = 55.10%
R=34.29%
G=10.61%
B=55.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84261350.380.8100.47271.9367.731.57
Hex541A87265102F1104420
Octal124322074612105742010440
Binary10101001101010000111100110101000101011111000100001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541A87; }

 p { color: rgb(84,26,135); }

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

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

 a { background-color: rgb(84,26,135); }

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

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

 span { border-color: rgb(84,26,135); }

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