#322560

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

Shades of Paris M #322560

Tints of Paris M #322560

Color information

#322560 (or 0x322560) is unknown color: approx Paris M. HEX triplet: 32, 25 and 60. RGB value is (50,37,96). Sum of RGB (Red+Green+Blue) = 50+37+96=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #322560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322560 is #CDDA9F. Grayscale: #2F2F2F. Windows color (decimal): -13490848 or 6300978. OLE color: 6300978.

HSL color Cylindrical-coordinate representation of color #322560: hue angle of 253.22º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #322560 is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB503796-
CMYK0.480.6100.62
HSL253.22º44.36%26.08%-
HSV(B)253.22º61.46%37.65%-
XYZ4.092.8511.4-
YUV47.61155.31129.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 37 (14.84% from 255) = 20.22%
BLUE value IS 96 (37.89% from 255) = 52.46%
R=27.32%
G=20.22%
B=52.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5037960.480.6100.62253.2244.3626.08
Hex322560303D03Efd2c1a
Octal624514060750763755432
Binary110010100101110000011000011110101111101111110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322560; }

 p { color: rgb(50,37,96); }

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

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

 a { background-color: rgb(50,37,96); }

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

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

 span { border-color: rgb(50,37,96); }

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