#540A76

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

Shades of Indigo #540A76

Tints of Indigo #540A76

Color information

#540A76 (or 0x540A76) is unknown color: approx Indigo. HEX triplet: 54, 0A and 76. RGB value is (84,10,118). Sum of RGB (Red+Green+Blue) = 84+10+118=212 (28% of max value = 765). Red value is 84 (33.20% from 255 or 39.62% from 212); Green value is 10 (4.30% from 255 or 4.72% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #540A76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A76 is #ABF589. Grayscale: #2C2C2C. Windows color (decimal): -11269514 or 7735892. OLE color: 7735892.

HSL color Cylindrical-coordinate representation of color #540A76: hue angle of 281.11º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #540A76 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB8410118-
CMYK0.290.9200.54
HSL281.11º84.38%25.1%-
HSV(B)281.11º91.53%46.27%-
XYZ7.033.4117.43-
YUV44.44169.52156.22-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 39.62%
GREEN value IS 10 (4.30% from 255) = 4.72%
BLUE value IS 118 (46.48% from 255) = 55.66%
R=39.62%
G=4.72%
B=55.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal84101180.290.9200.54281.1184.3825.1
Hex54A761D5C0361195419
Octal124121663513406643112431
Binary1010100101011101101110110111000110110100011001101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,10,118); }

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

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

 a { background-color: rgb(84,10,118); }

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

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

 span { border-color: rgb(84,10,118); }

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