#540B7B

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

Shades of Indigo #540B7B

Tints of Indigo #540B7B

Color information

#540B7B (or 0x540B7B) is unknown color: approx Indigo. HEX triplet: 54, 0B and 7B. RGB value is (84,11,123). Sum of RGB (Red+Green+Blue) = 84+11+123=218 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.53% from 218); Green value is 11 (4.69% from 255 or 5.05% from 218); Blue value is 123 (48.44% from 255 or 56.42% from 218); Max value from RGB is 123 - color contains mainly: blue. Hex color #540B7B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540B7B is #ABF484. Grayscale: #2D2D2D. Windows color (decimal): -11269253 or 8063828. OLE color: 8063828.

HSL color Cylindrical-coordinate representation of color #540B7B: hue angle of 279.11º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #540B7B is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8411123-
CMYK0.320.9100.52
HSL279.11º83.58%26.27%-
HSV(B)279.11º91.06%48.24%-
XYZ7.353.5519.04-
YUV45.6171.68155.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.53%
GREEN value IS 11 (4.69% from 255) = 5.05%
BLUE value IS 123 (48.44% from 255) = 56.42%
R=38.53%
G=5.05%
B=56.42%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84111230.320.9100.52279.1183.5826.27
Hex54B7B205B034117541a
Octal124131734013306442712432
Binary10101001011111101110000010110110110100100010111101010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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