#540D7A

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

Shades of Indigo #540D7A

Tints of Indigo #540D7A

Color information

#540D7A (or 0x540D7A) is unknown color: approx Indigo. HEX triplet: 54, 0D and 7A. RGB value is (84,13,122). Sum of RGB (Red+Green+Blue) = 84+13+122=219 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.36% from 219); Green value is 13 (5.47% from 255 or 5.94% from 219); Blue value is 122 (48.05% from 255 or 55.71% from 219); Max value from RGB is 122 - color contains mainly: blue. Hex color #540D7A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D7A is #ABF285. Grayscale: #2E2E2E. Windows color (decimal): -11268742 or 7998804. OLE color: 7998804.

HSL color Cylindrical-coordinate representation of color #540D7A: hue angle of 279.08º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540D7A is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8413122-
CMYK0.310.8900.52
HSL279.08º80.74%26.47%-
HSV(B)279.08º89.34%47.84%-
XYZ7.313.5818.72-
YUV46.66170.52154.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.36%
GREEN value IS 13 (5.47% from 255) = 5.94%
BLUE value IS 122 (48.05% from 255) = 55.71%
R=38.36%
G=5.94%
B=55.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84131220.310.8900.52279.0880.7426.47
Hex54D7A1F59034117511a
Octal124151723713106442712132
Binary1010100110111110101111110110010110100100010111101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540D7A; }

 p { color: rgb(84,13,122); }

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

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

 a { background-color: rgb(84,13,122); }

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

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

 span { border-color: rgb(84,13,122); }

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