#540468

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

Shades of Indigo #540468

Tints of Indigo #540468

Color information

#540468 (or 0x540468) is unknown color: approx Indigo. HEX triplet: 54, 04 and 68. RGB value is (84,4,104). Sum of RGB (Red+Green+Blue) = 84+4+104=192 (25% of max value = 765). Red value is 84 (33.20% from 255 or 43.75% from 192); Green value is 4 (1.95% from 255 or 2.08% from 192); Blue value is 104 (41.02% from 255 or 54.17% from 192); Max value from RGB is 104 - color contains mainly: blue. Hex color #540468 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540468 is #ABFB97. Grayscale: #272727. Windows color (decimal): -11271064 or 6816852. OLE color: 6816852.

HSL color Cylindrical-coordinate representation of color #540468: hue angle of 288º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540468 is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB844104-
CMYK0.190.9600.59
HSL288º92.59%21.18%-
HSV(B)288º96.15%40.78%-
XYZ6.22.9713.34-
YUV39.32164.5159.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 43.75%
GREEN value IS 4 (1.95% from 255) = 2.08%
BLUE value IS 104 (41.02% from 255) = 54.17%
R=43.75%
G=2.08%
B=54.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal8441040.190.9600.5928892.5921.18
Hex54468136003B1205d15
Octal12441502314007344013525
Binary101010010011010001001111000000111011100100000101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540468; }

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

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

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

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

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

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

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

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