#540D78

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

Shades of Indigo #540D78

Tints of Indigo #540D78

Color information

#540D78 (or 0x540D78) is unknown color: approx Indigo. HEX triplet: 54, 0D and 78. RGB value is (84,13,120). Sum of RGB (Red+Green+Blue) = 84+13+120=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 13 (5.47% from 255 or 5.99% from 217); Blue value is 120 (47.27% from 255 or 55.30% from 217); Max value from RGB is 120 - color contains mainly: blue. Hex color #540D78 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540D78 is #ABF287. Grayscale: #2E2E2E. Windows color (decimal): -11268744 or 7867732. OLE color: 7867732.

HSL color Cylindrical-coordinate representation of color #540D78: hue angle of 279.81º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #540D78 is Cyan = 0.3, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8413120-
CMYK0.30.8900.53
HSL279.81º80.45%26.08%-
HSV(B)279.81º89.17%47.06%-
XYZ7.193.5318.07-
YUV46.43169.52154.8-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.71%
GREEN value IS 13 (5.47% from 255) = 5.99%
BLUE value IS 120 (47.27% from 255) = 55.30%
R=38.71%
G=5.99%
B=55.30%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal84131200.30.8900.53279.8180.4526.08
Hex54D781E59035118501a
Octal124151703613106543012032
Binary1010100110111110001111010110010110101100011000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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