#322871

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

Shades of Paris M #322871

Tints of Paris M #322871

Color information

#322871 (or 0x322871) is unknown color: approx Paris M. HEX triplet: 32, 28 and 71. RGB value is (50,40,113). Sum of RGB (Red+Green+Blue) = 50+40+113=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 40 (16.02% from 255 or 19.70% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #322871 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322871 is #CDD78E. Grayscale: #333333. Windows color (decimal): -13490063 or 7415858. OLE color: 7415858.

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

Color convert

RGB5040113-
CMYK0.560.6500.56
HSL248.22º47.71%30%-
HSV(B)248.22º64.6%44.31%-
XYZ5.053.3916.01-
YUV51.31162.81127.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 40 (16.02% from 255) = 19.70%
BLUE value IS 113 (44.53% from 255) = 55.67%
R=24.63%
G=19.70%
B=55.67%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50401130.560.6500.56248.2247.7130
Hex3228713841038f8301e
Octal6250161701010703706036
Binary1100101010001110001111000100000101110001111100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322871; }

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

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

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

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

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

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

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

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