#541487

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

Shades of Indigo #541487

Tints of Indigo #541487

Color information

#541487 (or 0x541487) is unknown color: approx Indigo. HEX triplet: 54, 14 and 87. RGB value is (84,20,135). Sum of RGB (Red+Green+Blue) = 84+20+135=239 (31% of max value = 765). Red value is 84 (33.20% from 255 or 35.15% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #541487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #541487 is #ABEB78. Grayscale: #333333. Windows color (decimal): -11266937 or 8852564. OLE color: 8852564.

HSL color Cylindrical-coordinate representation of color #541487: hue angle of 273.39º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #541487 is Cyan = 0.38, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8420135-
CMYK0.380.8500.47
HSL273.39º74.19%30.39%-
HSV(B)273.39º85.19%52.94%-
XYZ8.284.1323.28-
YUV52.25174.7150.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 35.15%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=35.15%
G=8.37%
B=56.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal84201350.380.8500.47273.3974.1930.39
Hex541487265502F1114a1e
Octal124242074612505742111236
Binary1010100101001000011110011010101010101111100010001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #541487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #541487; }

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

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

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

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

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

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

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

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