#540466

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

Shades of Indigo #540466

Tints of Indigo #540466

Color information

#540466 (or 0x540466) is unknown color: approx Indigo. HEX triplet: 54, 04 and 66. RGB value is (84,4,102). Sum of RGB (Red+Green+Blue) = 84+4+102=190 (25% of max value = 765). Red value is 84 (33.20% from 255 or 44.21% from 190); Green value is 4 (1.95% from 255 or 2.11% from 190); Blue value is 102 (40.23% from 255 or 53.68% from 190); Max value from RGB is 102 - color contains mainly: blue. Hex color #540466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540466 is #ABFB99. Grayscale: #262626. Windows color (decimal): -11271066 or 6685780. OLE color: 6685780.

HSL color Cylindrical-coordinate representation of color #540466: hue angle of 288.98º degrees, saturation: 0.92, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540466 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB844102-
CMYK0.180.9600.6
HSL288.98º92.45%20.78%-
HSV(B)288.98º96.08%40%-
XYZ6.12.9312.81-
YUV39.09163.5160.03-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 44.21%
GREEN value IS 4 (1.95% from 255) = 2.11%
BLUE value IS 102 (40.23% from 255) = 53.68%
R=44.21%
G=2.11%
B=53.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8441020.180.9600.6288.9892.4520.78
Hex54466126003C1215c15
Octal12441462214007444113425
Binary101010010011001101001011000000111100100100001101110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540466; }

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

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

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

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

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

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

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

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