#540478

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

Shades of Indigo #540478

Tints of Indigo #540478

Color information

#540478 (or 0x540478) is unknown color: approx Indigo. HEX triplet: 54, 04 and 78. RGB value is (84,4,120). Sum of RGB (Red+Green+Blue) = 84+4+120=208 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.38% from 208); Green value is 4 (1.95% from 255 or 1.92% from 208); Blue value is 120 (47.27% from 255 or 57.69% from 208); Max value from RGB is 120 - color contains mainly: blue. Hex color #540478 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540478 is #ABFB87. Grayscale: #282828. Windows color (decimal): -11271048 or 7865428. OLE color: 7865428.

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

Color convert

RGB844120-
CMYK0.30.9700.53
HSL281.38º93.55%24.31%-
HSV(B)281.38º96.67%47.06%-
XYZ7.093.3318.04-
YUV41.14172.5158.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.38%
GREEN value IS 4 (1.95% from 255) = 1.92%
BLUE value IS 120 (47.27% from 255) = 57.69%
R=40.38%
G=1.92%
B=57.69%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8441200.30.9700.53281.3893.5524.31
Hex544781E610351195e18
Octal12441703614106543113630
Binary101010010011110001111011000010110101100011001101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540478; }

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

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

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

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

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

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

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

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