#540885

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

Shades of Indigo #540885

Tints of Indigo #540885

Color information

#540885 (or 0x540885) is unknown color: approx Indigo. HEX triplet: 54, 08 and 85. RGB value is (84,8,133). Sum of RGB (Red+Green+Blue) = 84+8+133=225 (29% of max value = 765). Red value is 84 (33.20% from 255 or 37.33% from 225); Green value is 8 (3.52% from 255 or 3.56% from 225); Blue value is 133 (52.34% from 255 or 59.11% from 225); Max value from RGB is 133 - color contains mainly: blue. Hex color #540885 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #540885 is #ABF77A. Grayscale: #2C2C2C. Windows color (decimal): -11270011 or 8718420. OLE color: 8718420.

HSL color Cylindrical-coordinate representation of color #540885: hue angle of 276.48º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540885 is Cyan = 0.37, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB848133-
CMYK0.370.9400.48
HSL276.48º88.65%27.65%-
HSV(B)276.48º93.98%52.16%-
XYZ7.983.7522.49-
YUV44.97177.68155.84-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.33%
GREEN value IS 8 (3.52% from 255) = 3.56%
BLUE value IS 133 (52.34% from 255) = 59.11%
R=37.33%
G=3.56%
B=59.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8481330.370.9400.48276.4888.6527.65
Hex54885255E030114591c
Octal124102054513606042413134
Binary101010010001000010110010110111100110000100010100101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540885; }

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

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

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

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

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

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

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

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