#540B6C

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

Shades of Indigo #540B6C

Tints of Indigo #540B6C

Color information

#540B6C (or 0x540B6C) is unknown color: approx Indigo. HEX triplet: 54, 0B and 6C. RGB value is (84,11,108). Sum of RGB (Red+Green+Blue) = 84+11+108=203 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.38% from 203); Green value is 11 (4.69% from 255 or 5.42% from 203); Blue value is 108 (42.58% from 255 or 53.20% from 203); Max value from RGB is 108 - color contains mainly: blue. Hex color #540B6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B6C is #ABF493. Grayscale: #2B2B2B. Windows color (decimal): -11269268 or 7080788. OLE color: 7080788.

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

Color convert

RGB8411108-
CMYK0.220.9000.58
HSL285.15º81.51%23.33%-
HSV(B)285.15º89.81%42.35%-
XYZ6.483.2114.46-
YUV43.89164.18156.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.38%
GREEN value IS 11 (4.69% from 255) = 5.42%
BLUE value IS 108 (42.58% from 255) = 53.20%
R=41.38%
G=5.42%
B=53.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal84111080.220.9000.58285.1581.5123.33
Hex54B6C165A03A11d5217
Octal124131542613207243512227
Binary1010100101111011001011010110100111010100011101101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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