#322859

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

Shades of Paris M #322859

Tints of Paris M #322859

Color information

#322859 (or 0x322859) is unknown color: approx Paris M. HEX triplet: 32, 28 and 59. RGB value is (50,40,89). Sum of RGB (Red+Green+Blue) = 50+40+89=179 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.93% from 179); Green value is 40 (16.02% from 255 or 22.35% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #322859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322859 is #CDD7A6. Grayscale: #303030. Windows color (decimal): -13490087 or 5842994. OLE color: 5842994.

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

Color convert

RGB504089-
CMYK0.440.5500.65
HSL252.24º37.98%25.29%-
HSV(B)252.24º55.06%34.9%-
XYZ3.882.929.81-
YUV48.58150.81129.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.93%
GREEN value IS 40 (16.02% from 255) = 22.35%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=27.93%
G=22.35%
B=49.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5040890.440.5500.65252.2437.9825.29
Hex3228592C37041fc2619
Octal6250131546701013744631
Binary1100101010001011001101100110111010000011111110010011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322859; }

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

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

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

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

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

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

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

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