#322972

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

Shades of Paris M #322972

Tints of Paris M #322972

Color information

#322972 (or 0x322972) is unknown color: approx Paris M. HEX triplet: 32, 29 and 72. RGB value is (50,41,114). Sum of RGB (Red+Green+Blue) = 50+41+114=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 114 (44.92% from 255 or 55.61% from 205); Max value from RGB is 114 - color contains mainly: blue. Hex color #322972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322972 is #CDD68D. Grayscale: #333333. Windows color (decimal): -13489806 or 7481650. OLE color: 7481650.

HSL color Cylindrical-coordinate representation of color #322972: hue angle of 247.4º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #322972 is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5041114-
CMYK0.560.6400.55
HSL247.4º47.1%30.39%-
HSV(B)247.4º64.04%44.71%-
XYZ5.153.4816.32-
YUV52.01162.98126.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.39%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 114 (44.92% from 255) = 55.61%
R=24.39%
G=20%
B=55.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50411140.560.6400.55247.447.130.39
Hex3229723840037f72f1e
Octal6251162701000673675736
Binary1100101010011110010111000100000001101111111011110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322972; }

 p { color: rgb(50,41,114); }

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

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

 a { background-color: rgb(50,41,114); }

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

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

 span { border-color: rgb(50,41,114); }

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