#322870

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

Shades of Paris M #322870

Tints of Paris M #322870

Color information

#322870 (or 0x322870) is unknown color: approx Paris M. HEX triplet: 32, 28 and 70. RGB value is (50,40,112). Sum of RGB (Red+Green+Blue) = 50+40+112=202 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.75% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 112 (44.14% from 255 or 55.45% from 202); Max value from RGB is 112 - color contains mainly: blue. Hex color #322870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322870 is #CDD78F. Grayscale: #323232. Windows color (decimal): -13490064 or 7350322. OLE color: 7350322.

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

Color convert

RGB5040112-
CMYK0.550.6400.56
HSL248.33º47.37%29.8%-
HSV(B)248.33º64.29%43.92%-
XYZ53.3715.72-
YUV51.2162.31127.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.75%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 112 (44.14% from 255) = 55.45%
R=24.75%
G=19.80%
B=55.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50401120.550.6400.56248.3347.3729.8
Hex3228703740038f82f1e
Octal6250160671000703705736
Binary1100101010001110000110111100000001110001111100010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322870; }

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

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

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

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

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

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

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

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