#540574

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

Shades of Indigo #540574

Tints of Indigo #540574

Color information

#540574 (or 0x540574) is unknown color: approx Indigo. HEX triplet: 54, 05 and 74. RGB value is (84,5,116). Sum of RGB (Red+Green+Blue) = 84+5+116=205 (27% of max value = 765). Red value is 84 (33.20% from 255 or 40.98% from 205); Green value is 5 (2.34% from 255 or 2.44% from 205); Blue value is 116 (45.70% from 255 or 56.59% from 205); Max value from RGB is 116 - color contains mainly: blue. Hex color #540574 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #540574 is #ABFA8B. Grayscale: #282828. Windows color (decimal): -11270796 or 7603540. OLE color: 7603540.

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

Color convert

RGB845116-
CMYK0.280.9600.55
HSL282.7º91.74%23.73%-
HSV(B)282.7º95.69%45.49%-
XYZ6.863.2516.79-
YUV41.28170.17158.47-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 40.98%
GREEN value IS 5 (2.34% from 255) = 2.44%
BLUE value IS 116 (45.70% from 255) = 56.59%
R=40.98%
G=2.44%
B=56.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal8451160.280.9600.55282.791.7423.73
Hex545741C6003711b5c18
Octal12451643414006743313430
Binary101010010111101001110011000000110111100011011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #540574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #540574; }

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

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

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

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

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

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

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

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