#322962

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

Shades of Paris M #322962

Tints of Paris M #322962

Color information

#322962 (or 0x322962) is unknown color: approx Paris M. HEX triplet: 32, 29 and 62. RGB value is (50,41,98). Sum of RGB (Red+Green+Blue) = 50+41+98=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 41 (16.41% from 255 or 21.69% from 189); Blue value is 98 (38.67% from 255 or 51.85% from 189); Max value from RGB is 98 - color contains mainly: blue. Hex color #322962 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322962 is #CDD69D. Grayscale: #313131. Windows color (decimal): -13489822 or 6433074. OLE color: 6433074.

HSL color Cylindrical-coordinate representation of color #322962: hue angle of 249.47º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322962 is Cyan = 0.49, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB504198-
CMYK0.490.5800.62
HSL249.47º41.01%27.25%-
HSV(B)249.47º58.16%38.43%-
XYZ4.313.1511.94-
YUV50.19154.98127.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.46%
GREEN value IS 41 (16.41% from 255) = 21.69%
BLUE value IS 98 (38.67% from 255) = 51.85%
R=26.46%
G=21.69%
B=51.85%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5041980.490.5800.62249.4741.0127.25
Hex322962313A03Ef9291b
Octal625114261720763715133
Binary110010101001110001011000111101001111101111100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322962; }

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

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

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

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

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

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

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

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