#540578

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

Shades of Indigo #540578

Tints of Indigo #540578

Color information

#540578 (or 0x540578) is unknown color: approx Indigo. HEX triplet: 54, 05 and 78. RGB value is (84,5,120). Sum of RGB (Red+Green+Blue) = 84+5+120=209 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.19% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 120 (47.27% from 255 or 57.42% from 209); Max value from RGB is 120 - color contains mainly: blue. Hex color #540578 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540578 is #ABFA87. Grayscale: #292929. Windows color (decimal): -11270792 or 7865684. OLE color: 7865684.

HSL color Cylindrical-coordinate representation of color #540578: hue angle of 281.22º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540578 is Cyan = 0.3, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB845120-
CMYK0.30.9600.53
HSL281.22º92%24.51%-
HSV(B)281.22º95.83%47.06%-
XYZ7.13.3518.04-
YUV41.73172.17158.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.19%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 120 (47.27% from 255) = 57.42%
R=40.19%
G=2.39%
B=57.42%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8451200.30.9600.53281.229224.51
Hex545781E600351195c19
Octal12451703614006543113431
Binary101010010111110001111011000000110101100011001101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540578; }

 p { color: rgb(84,5,120); }

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

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

 a { background-color: rgb(84,5,120); }

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

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

 span { border-color: rgb(84,5,120); }

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