#540899

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

Shades of Indigo #540899

Tints of Indigo #540899

Color information

#540899 (or 0x540899) is unknown color: approx Indigo. HEX triplet: 54, 08 and 99. RGB value is (84,8,153). Sum of RGB (Red+Green+Blue) = 84+8+153=245 (32% of max value = 765). Red value is 84 (33.20% from 255 or 34.29% from 245); Green value is 8 (3.52% from 255 or 3.27% from 245); Blue value is 153 (60.16% from 255 or 62.45% from 245); Max value from RGB is 153 - color contains mainly: blue. Hex color #540899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540899 is #ABF766. Grayscale: #2E2E2E. Windows color (decimal): -11269991 or 10029140. OLE color: 10029140.

HSL color Cylindrical-coordinate representation of color #540899: hue angle of 271.45º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540899 is Cyan = 0.45, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB848153-
CMYK0.450.9500.4
HSL271.45º90.06%31.57%-
HSV(B)271.45º94.77%60%-
XYZ9.494.3630.48-
YUV47.25187.68154.21-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 34.29%
GREEN value IS 8 (3.52% from 255) = 3.27%
BLUE value IS 153 (60.16% from 255) = 62.45%
R=34.29%
G=3.27%
B=62.45%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal8481530.450.9500.4271.4590.0631.57
Hex548992D5F02810f5a20
Octal124102315513705041713240
Binary1010100100010011001101101101111101010001000011111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540899; }

 p { color: rgb(84,8,153); }

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

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

 a { background-color: rgb(84,8,153); }

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

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

 span { border-color: rgb(84,8,153); }

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