#540564

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

Shades of Indigo #540564

Tints of Indigo #540564

Color information

#540564 (or 0x540564) is unknown color: approx Indigo. HEX triplet: 54, 05 and 64. RGB value is (84,5,100). Sum of RGB (Red+Green+Blue) = 84+5+100=189 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.44% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 100 (39.45% from 255 or 52.91% from 189); Max value from RGB is 100 - color contains mainly: blue. Hex color #540564 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540564 is #ABFA9B. Grayscale: #272727. Windows color (decimal): -11270812 or 6554964. OLE color: 6554964.

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

Color convert

RGB845100-
CMYK0.160.9500.61
HSL289.89º90.48%20.59%-
HSV(B)289.89º95%39.22%-
XYZ6.012.9112.3-
YUV39.45162.17159.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.44%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 100 (39.45% from 255) = 52.91%
R=44.44%
G=2.65%
B=52.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal8451000.160.9500.61289.8990.4820.59
Hex54564105F03D1225a15
Octal12451442013707544213225
Binary101010010111001001000010111110111101100100010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540564; }

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

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

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

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

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

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

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

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