#540F6C

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

Shades of Indigo #540F6C

Tints of Indigo #540F6C

Color information

#540F6C (or 0x540F6C) is unknown color: approx Indigo. HEX triplet: 54, 0F and 6C. RGB value is (84,15,108). Sum of RGB (Red+Green+Blue) = 84+15+108=207 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.58% from 207); Green value is 15 (6.25% from 255 or 7.25% from 207); Blue value is 108 (42.58% from 255 or 52.17% from 207); Max value from RGB is 108 - color contains mainly: blue. Hex color #540F6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540F6C is #ABF093. Grayscale: #2D2D2D. Windows color (decimal): -11268244 or 7081812. OLE color: 7081812.

HSL color Cylindrical-coordinate representation of color #540F6C: hue angle of 284.52º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #540F6C is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8415108-
CMYK0.220.8600.58
HSL284.52º75.61%24.12%-
HSV(B)284.52º86.11%42.35%-
XYZ6.533.3114.48-
YUV46.23162.86154.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.58%
GREEN value IS 15 (6.25% from 255) = 7.25%
BLUE value IS 108 (42.58% from 255) = 52.17%
R=40.58%
G=7.25%
B=52.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84151080.220.8600.58284.5275.6124.12
Hex54F6C165603A11d4c18
Octal124171542612607243511430
Binary1010100111111011001011010101100111010100011101100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,15,108); }

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

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

 a { background-color: rgb(84,15,108); }

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

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

 span { border-color: rgb(84,15,108); }

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