#322559

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

Shades of Paris M #322559

Tints of Paris M #322559

Color information

#322559 (or 0x322559) is unknown color: approx Paris M. HEX triplet: 32, 25 and 59. RGB value is (50,37,89). Sum of RGB (Red+Green+Blue) = 50+37+89=176 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.41% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #322559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322559 is #CDDAA6. Grayscale: #2E2E2E. Windows color (decimal): -13490855 or 5842226. OLE color: 5842226.

HSL color Cylindrical-coordinate representation of color #322559: hue angle of 255º degrees, saturation: 0.41, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322559 is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB503789-
CMYK0.440.5800.65
HSL255º41.27%24.71%-
HSV(B)255º58.43%34.9%-
XYZ3.782.729.78-
YUV46.82151.81130.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.41%
GREEN value IS 37 (14.84% from 255) = 21.02%
BLUE value IS 89 (35.16% from 255) = 50.57%
R=28.41%
G=21.02%
B=50.57%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5037890.440.5800.6525541.2724.71
Hex3225592C3A041ff2919
Octal6245131547201013775131
Binary1100101001011011001101100111010010000011111111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322559; }

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

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

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

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

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

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

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

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