#540575

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

Shades of Indigo #540575

Tints of Indigo #540575

Color information

#540575 (or 0x540575) is unknown color: approx Indigo. HEX triplet: 54, 05 and 75. RGB value is (84,5,117). Sum of RGB (Red+Green+Blue) = 84+5+117=206 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.78% from 206); Green value is 5 (2.34% from 255 or 2.43% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #540575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540575 is #ABFA8A. Grayscale: #292929. Windows color (decimal): -11270795 or 7669076. OLE color: 7669076.

HSL color Cylindrical-coordinate representation of color #540575: hue angle of 282.32º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #540575 is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB845117-
CMYK0.280.9600.54
HSL282.32º91.8%23.92%-
HSV(B)282.32º95.73%45.88%-
XYZ6.923.2817.1-
YUV41.39170.67158.39-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.78%
GREEN value IS 5 (2.34% from 255) = 2.43%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=40.78%
G=2.43%
B=56.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal8451170.280.9600.54282.3291.823.92
Hex545751C6003611a5c18
Octal12451653414006643213430
Binary101010010111101011110011000000110110100011010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540575; }

 p { color: rgb(84,5,117); }

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

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

 a { background-color: rgb(84,5,117); }

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

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

 span { border-color: rgb(84,5,117); }

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