#540477

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

Shades of Indigo #540477

Tints of Indigo #540477

Color information

#540477 (or 0x540477) is unknown color: approx Indigo. HEX triplet: 54, 04 and 77. RGB value is (84,4,119). Sum of RGB (Red+Green+Blue) = 84+4+119=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 4 (1.95% from 255 or 1.93% from 207); Blue value is 119 (46.88% from 255 or 57.49% from 207); Max value from RGB is 119 - color contains mainly: blue. Hex color #540477 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540477 is #ABFB88. Grayscale: #282828. Windows color (decimal): -11271049 or 7799892. OLE color: 7799892.

HSL color Cylindrical-coordinate representation of color #540477: hue angle of 281.74º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #540477 is Cyan = 0.29, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB844119-
CMYK0.290.9700.53
HSL281.74º93.5%24.12%-
HSV(B)281.74º96.64%46.67%-
XYZ7.033.317.72-
YUV41.03172158.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 4 (1.95% from 255) = 1.93%
BLUE value IS 119 (46.88% from 255) = 57.49%
R=40.58%
G=1.93%
B=57.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8441190.290.9700.53281.7493.524.12
Hex544771D6103511a5d18
Octal12441673514106543213530
Binary101010010011101111110111000010110101100011010101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540477; }

 p { color: rgb(84,4,119); }

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

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

 a { background-color: rgb(84,4,119); }

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

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

 span { border-color: rgb(84,4,119); }

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