#540561

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

Shades of Indigo #540561

Tints of Indigo #540561

Color information

#540561 (or 0x540561) is unknown color: approx Indigo. HEX triplet: 54, 05 and 61. RGB value is (84,5,97). Sum of RGB (Red+Green+Blue) = 84+5+97=186 (24% of max value = 765). Red value is 84 (33.20% from 255 or 45.16% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #540561 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540561 is #ABFA9E. Grayscale: #262626. Windows color (decimal): -11270815 or 6358356. OLE color: 6358356.

HSL color Cylindrical-coordinate representation of color #540561: hue angle of 291.52º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540561 is Cyan = 0.13, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB84597-
CMYK0.130.9500.62
HSL291.52º90.2%20%-
HSV(B)291.52º94.85%38.04%-
XYZ5.872.8611.55-
YUV39.11160.67160.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 45.16%
GREEN value IS 5 (2.34% from 255) = 2.69%
BLUE value IS 97 (38.28% from 255) = 52.15%
R=45.16%
G=2.69%
B=52.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal845970.130.9500.62291.5290.220
Hex54561D5F03E1245a14
Octal12451411513707644413224
Binary10101001011100001110110111110111110100100100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540561; }

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

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

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

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

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

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

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

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