#540472

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

Shades of Indigo #540472

Tints of Indigo #540472

Color information

#540472 (or 0x540472) is unknown color: approx Indigo. HEX triplet: 54, 04 and 72. RGB value is (84,4,114). Sum of RGB (Red+Green+Blue) = 84+4+114=202 (26% of max value = 765). Red value is 84 (33.20% from 255 or 41.58% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 114 (44.92% from 255 or 56.44% from 202); Max value from RGB is 114 - color contains mainly: blue. Hex color #540472 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540472 is #ABFB8D. Grayscale: #282828. Windows color (decimal): -11271054 or 7472212. OLE color: 7472212.

HSL color Cylindrical-coordinate representation of color #540472: hue angle of 283.64º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540472 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB844114-
CMYK0.260.9600.55
HSL283.64º93.22%23.14%-
HSV(B)283.64º96.49%44.71%-
XYZ6.743.1916.18-
YUV40.46169.5159.06-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 41.58%
GREEN value IS 4 (1.95% from 255) = 1.98%
BLUE value IS 114 (44.92% from 255) = 56.44%
R=41.58%
G=1.98%
B=56.44%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8441140.260.9600.55283.6493.2223.14
Hex544721A6003711c5d17
Octal12441623214006743413527
Binary101010010011100101101011000000110111100011100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540472; }

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

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

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

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

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

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

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

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