#540D84

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

Shades of Indigo #540D84

Tints of Indigo #540D84

Color information

#540D84 (or 0x540D84) is unknown color: approx Indigo. HEX triplet: 54, 0D and 84. RGB value is (84,13,132). Sum of RGB (Red+Green+Blue) = 84+13+132=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 13 (5.47% from 255 or 5.68% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #540D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540D84 is #ABF27B. Grayscale: #2F2F2F. Windows color (decimal): -11268732 or 8654164. OLE color: 8654164.

HSL color Cylindrical-coordinate representation of color #540D84: hue angle of 275.8º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540D84 is Cyan = 0.36, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8413132-
CMYK0.360.9000.48
HSL275.8º82.07%28.43%-
HSV(B)275.8º90.15%51.76%-
XYZ7.963.8422.15-
YUV47.8175.52153.82-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 13 (5.47% from 255) = 5.68%
BLUE value IS 132 (51.95% from 255) = 57.64%
R=36.68%
G=5.68%
B=57.64%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84131320.360.9000.48275.882.0728.43
Hex54D84245A030114521c
Octal124152044413206042412234
Binary101010011011000010010010010110100110000100010100101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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