#540C6D

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

Shades of Indigo #540C6D

Tints of Indigo #540C6D

Color information

#540C6D (or 0x540C6D) is unknown color: approx Indigo. HEX triplet: 54, 0C and 6D. RGB value is (84,12,109). Sum of RGB (Red+Green+Blue) = 84+12+109=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 109 (42.97% from 255 or 53.17% from 205); Max value from RGB is 109 - color contains mainly: blue. Hex color #540C6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540C6D is #ABF392. Grayscale: #2C2C2C. Windows color (decimal): -11269011 or 7146580. OLE color: 7146580.

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

Color convert

RGB8412109-
CMYK0.230.8900.57
HSL284.54º80.17%23.73%-
HSV(B)284.54º88.99%42.75%-
XYZ6.553.2514.75-
YUV44.59164.35156.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 12 (5.08% from 255) = 5.85%
BLUE value IS 109 (42.97% from 255) = 53.17%
R=40.98%
G=5.85%
B=53.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal84121090.230.8900.57284.5480.1723.73
Hex54C6D175903911d5018
Octal124141552713107143512030
Binary1010100110011011011011110110010111001100011101101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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