#540463

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

Shades of Indigo #540463

Tints of Indigo #540463

Color information

#540463 (or 0x540463) is unknown color: approx Indigo. HEX triplet: 54, 04 and 63. RGB value is (84,4,99). Sum of RGB (Red+Green+Blue) = 84+4+99=187 (24% of max value = 765). Red value is 84 (33.20% from 255 or 44.92% from 187); Green value is 4 (1.95% from 255 or 2.14% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #540463 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540463 is #ABFB9C. Grayscale: #262626. Windows color (decimal): -11271069 or 6489172. OLE color: 6489172.

HSL color Cylindrical-coordinate representation of color #540463: hue angle of 290.53º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540463 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB84499-
CMYK0.150.9600.61
HSL290.53º92.23%20.2%-
HSV(B)290.53º95.96%38.82%-
XYZ5.952.8712.05-
YUV38.75162160.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.92%
GREEN value IS 4 (1.95% from 255) = 2.14%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=44.92%
G=2.14%
B=52.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal844990.150.9600.61290.5392.2320.2
Hex54463F6003D1235c14
Octal12441431714007544313424
Binary10101001001100011111111000000111101100100011101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540463; }

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

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

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

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

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

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

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

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