#540987

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

Shades of Indigo #540987

Tints of Indigo #540987

Color information

#540987 (or 0x540987) is unknown color: approx Indigo. HEX triplet: 54, 09 and 87. RGB value is (84,9,135). Sum of RGB (Red+Green+Blue) = 84+9+135=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 9 (3.91% from 255 or 3.95% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #540987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540987 is #ABF678. Grayscale: #2D2D2D. Windows color (decimal): -11269753 or 8849748. OLE color: 8849748.

HSL color Cylindrical-coordinate representation of color #540987: hue angle of 275.71º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540987 is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB849135-
CMYK0.380.9300.47
HSL275.71º87.5%28.24%-
HSV(B)275.71º93.33%52.94%-
XYZ8.133.8323.23-
YUV45.79178.35155.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 9 (3.91% from 255) = 3.95%
BLUE value IS 135 (53.12% from 255) = 59.21%
R=36.84%
G=3.95%
B=59.21%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8491350.380.9300.47275.7187.528.24
Hex54987265D02F114581c
Octal124112074613505742413034
Binary101010010011000011110011010111010101111100010100101100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540987

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540987; }

 p { color: rgb(84,9,135); }

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

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

 a { background-color: rgb(84,9,135); }

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

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

 span { border-color: rgb(84,9,135); }

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