#322662

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

Shades of Paris M #322662

Tints of Paris M #322662

Color information

#322662 (or 0x322662) is unknown color: approx Paris M. HEX triplet: 32, 26 and 62. RGB value is (50,38,98). Sum of RGB (Red+Green+Blue) = 50+38+98=186 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.88% from 186); Green value is 38 (15.23% from 255 or 20.43% from 186); Blue value is 98 (38.67% from 255 or 52.69% from 186); Max value from RGB is 98 - color contains mainly: blue. Hex color #322662 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322662 is #CDD99D. Grayscale: #303030. Windows color (decimal): -13490590 or 6432306. OLE color: 6432306.

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

Color convert

RGB503898-
CMYK0.490.6100.62
HSL252º44.12%26.67%-
HSV(B)252º61.22%38.43%-
XYZ4.212.9511.9-
YUV48.43155.98129.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 26.88%
GREEN value IS 38 (15.23% from 255) = 20.43%
BLUE value IS 98 (38.67% from 255) = 52.69%
R=26.88%
G=20.43%
B=52.69%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5038980.490.6100.6225244.1226.67
Hex322662313D03Efc2c1b
Octal624614261750763745433
Binary110010100110110001011000111110101111101111110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322662; }

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

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

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

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

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

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

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

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