#540B6D

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

Shades of Indigo #540B6D

Tints of Indigo #540B6D

Color information

#540B6D (or 0x540B6D) is unknown color: approx Indigo. HEX triplet: 54, 0B and 6D. RGB value is (84,11,109). Sum of RGB (Red+Green+Blue) = 84+11+109=204 (27% of max value = 765). Red value is 84 (33.20% from 255 or 41.18% from 204); Green value is 11 (4.69% from 255 or 5.39% from 204); Blue value is 109 (42.97% from 255 or 53.43% from 204); Max value from RGB is 109 - color contains mainly: blue. Hex color #540B6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B6D is #ABF492. Grayscale: #2B2B2B. Windows color (decimal): -11269267 or 7146324. OLE color: 7146324.

HSL color Cylindrical-coordinate representation of color #540B6D: hue angle of 284.69º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540B6D is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8411109-
CMYK0.230.9000.57
HSL284.69º81.67%23.53%-
HSV(B)284.69º89.91%42.75%-
XYZ6.543.2314.75-
YUV44164.68156.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.18%
GREEN value IS 11 (4.69% from 255) = 5.39%
BLUE value IS 109 (42.97% from 255) = 53.43%
R=41.18%
G=5.39%
B=53.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84111090.230.9000.57284.6981.6723.53
Hex54B6D175A03911d5218
Octal124131552713207143512230
Binary1010100101111011011011110110100111001100011101101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,11,109); }

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

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

 a { background-color: rgb(84,11,109); }

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

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

 span { border-color: rgb(84,11,109); }

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