#540A64

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

Shades of Indigo #540A64

Tints of Indigo #540A64

Color information

#540A64 (or 0x540A64) is unknown color: approx Indigo. HEX triplet: 54, 0A and 64. RGB value is (84,10,100). Sum of RGB (Red+Green+Blue) = 84+10+100=194 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.30% from 194); Green value is 10 (4.30% from 255 or 5.15% from 194); Blue value is 100 (39.45% from 255 or 51.55% from 194); Max value from RGB is 100 - color contains mainly: blue. Hex color #540A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A64 is #ABF59B. Grayscale: #2A2A2A. Windows color (decimal): -11269532 or 6556244. OLE color: 6556244.

HSL color Cylindrical-coordinate representation of color #540A64: hue angle of 289.33º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540A64 is Cyan = 0.16, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8410100-
CMYK0.160.9000.61
HSL289.33º81.82%21.57%-
HSV(B)289.33º90%39.22%-
XYZ6.063.0212.32-
YUV42.39160.52157.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.30%
GREEN value IS 10 (4.30% from 255) = 5.15%
BLUE value IS 100 (39.45% from 255) = 51.55%
R=43.30%
G=5.15%
B=51.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal84101000.160.9000.61289.3381.8221.57
Hex54A64105A03D1215216
Octal124121442013207544112226
Binary1010100101011001001000010110100111101100100001101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,10,100); }

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

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

 a { background-color: rgb(84,10,100); }

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

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

 span { border-color: rgb(84,10,100); }

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