#322571

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

Shades of Paris M #322571

Tints of Paris M #322571

Color information

#322571 (or 0x322571) is unknown color: approx Paris M. HEX triplet: 32, 25 and 71. RGB value is (50,37,113). Sum of RGB (Red+Green+Blue) = 50+37+113=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #322571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322571 is #CDDA8E. Grayscale: #313131. Windows color (decimal): -13490831 or 7415090. OLE color: 7415090.

HSL color Cylindrical-coordinate representation of color #322571: hue angle of 250.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322571 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5037113-
CMYK0.560.6700.56
HSL250.26º50.67%29.41%-
HSV(B)250.26º67.26%44.31%-
XYZ4.963.1915.98-
YUV49.55163.81128.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 113 (44.53% from 255) = 56.5%
R=25%
G=18.5%
B=56.5%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50371130.560.6700.56250.2650.6729.41
Hex3225713843038fa331d
Octal6245161701030703726335
Binary1100101001011110001111000100001101110001111101011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322571; }

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

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

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

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

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

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

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

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