#540A89

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

Shades of Indigo #540A89

Tints of Indigo #540A89

Color information

#540A89 (or 0x540A89) is unknown color: approx Indigo. HEX triplet: 54, 0A and 89. RGB value is (84,10,137). Sum of RGB (Red+Green+Blue) = 84+10+137=231 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.36% from 231); Green value is 10 (4.30% from 255 or 4.33% from 231); Blue value is 137 (53.91% from 255 or 59.31% from 231); Max value from RGB is 137 - color contains mainly: blue. Hex color #540A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540A89 is #ABF576. Grayscale: #2E2E2E. Windows color (decimal): -11269495 or 8981076. OLE color: 8981076.

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

Color convert

RGB8410137-
CMYK0.390.9300.46
HSL274.96º86.39%28.82%-
HSV(B)274.96º92.7%53.73%-
XYZ8.283.9123.98-
YUV46.6179.02154.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.36%
GREEN value IS 10 (4.30% from 255) = 4.33%
BLUE value IS 137 (53.91% from 255) = 59.31%
R=36.36%
G=4.33%
B=59.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84101370.390.9300.46274.9686.3928.82
Hex54A89275D02E113561d
Octal124122114713505642312635
Binary101010010101000100110011110111010101110100010011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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