#540479

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

Shades of Indigo #540479

Tints of Indigo #540479

Color information

#540479 (or 0x540479) is unknown color: approx Indigo. HEX triplet: 54, 04 and 79. RGB value is (84,4,121). Sum of RGB (Red+Green+Blue) = 84+4+121=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 4 (1.95% from 255 or 1.91% from 209); Blue value is 121 (47.66% from 255 or 57.89% from 209); Max value from RGB is 121 - color contains mainly: blue. Hex color #540479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540479 is #ABFB86. Grayscale: #282828. Windows color (decimal): -11271047 or 7930964. OLE color: 7930964.

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

Color convert

RGB844121-
CMYK0.310.9700.53
HSL281.03º93.6%24.51%-
HSV(B)281.03º96.69%47.45%-
XYZ7.153.3518.36-
YUV41.26173158.49-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 4 (1.95% from 255) = 1.91%
BLUE value IS 121 (47.66% from 255) = 57.89%
R=40.19%
G=1.91%
B=57.89%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8441210.310.9700.53281.0393.624.51
Hex544791F610351195e19
Octal12441713714106543113631
Binary101010010011110011111111000010110101100011001101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540479; }

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

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

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

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

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

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

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

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