#540A69

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

Shades of Indigo #540A69

Tints of Indigo #540A69

Color information

#540A69 (or 0x540A69) is unknown color: approx Indigo. HEX triplet: 54, 0A and 69. RGB value is (84,10,105). Sum of RGB (Red+Green+Blue) = 84+10+105=199 (26% of max value = 765). Red value is 84 (33.20% from 255 or 42.21% from 199); Green value is 10 (4.30% from 255 or 5.03% from 199); Blue value is 105 (41.41% from 255 or 52.76% from 199); Max value from RGB is 105 - color contains mainly: blue. Hex color #540A69 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540A69 is #ABF596. Grayscale: #2A2A2A. Windows color (decimal): -11269527 or 6883924. OLE color: 6883924.

HSL color Cylindrical-coordinate representation of color #540A69: hue angle of 286.74º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #540A69 is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8410105-
CMYK0.200.9000.59
HSL286.74º82.61%22.55%-
HSV(B)286.74º90.48%41.18%-
XYZ6.313.1213.63-
YUV42.96163.02157.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 42.21%
GREEN value IS 10 (4.30% from 255) = 5.03%
BLUE value IS 105 (41.41% from 255) = 52.76%
R=42.21%
G=5.03%
B=52.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal84101050.200.9000.59286.7482.6122.55
Hex54A69145A03B11f5317
Octal124121512413207343712327
Binary1010100101011010011010010110100111011100011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540A69; }

 p { color: rgb(84,10,105); }

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

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

 a { background-color: rgb(84,10,105); }

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

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

 span { border-color: rgb(84,10,105); }

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