#540161

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

Shades of Indigo #540161

Tints of Indigo #540161

Color information

#540161 (or 0x540161) is unknown color: approx Indigo. HEX triplet: 54, 01 and 61. RGB value is (84,1,97). Sum of RGB (Red+Green+Blue) = 84+1+97=182 (24% of max value = 765). Red value is 84 (33.20% from 255 or 46.15% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 97 (38.28% from 255 or 53.30% from 182); Max value from RGB is 97 - color contains mainly: blue. Hex color #540161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540161 is #ABFE9E. Grayscale: #242424. Windows color (decimal): -11271839 or 6357332. OLE color: 6357332.

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

Color convert

RGB84197-
CMYK0.130.9900.62
HSL291.88º97.96%19.22%-
HSV(B)291.88º98.97%38.04%-
XYZ5.822.7711.54-
YUV36.76162161.69-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 46.15%
GREEN value IS 1 (0.78% from 255) = 0.55%
BLUE value IS 97 (38.28% from 255) = 53.30%
R=46.15%
G=0.55%
B=53.30%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal841970.130.9900.62291.8897.9619.22
Hex54161D6303E1246213
Octal12411411514307644414223
Binary101010011100001110111000110111110100100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540161; }

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

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

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

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

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

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

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

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