#322372

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

Shades of Paris M #322372

Tints of Paris M #322372

Color information

#322372 (or 0x322372) is unknown color: approx Paris M. HEX triplet: 32, 23 and 72. RGB value is (50,35,114). Sum of RGB (Red+Green+Blue) = 50+35+114=199 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25.13% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 114 (44.92% from 255 or 57.29% from 199); Max value from RGB is 114 - color contains mainly: blue. Hex color #322372 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322372 is #CDDC8D. Grayscale: #303030. Windows color (decimal): -13491342 or 7480114. OLE color: 7480114.

HSL color Cylindrical-coordinate representation of color #322372: hue angle of 251.39º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #322372 is Cyan = 0.56, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5035114-
CMYK0.560.6900.55
HSL251.39º53.02%29.22%-
HSV(B)251.39º69.3%44.71%-
XYZ4.953.116.26-
YUV48.49164.97129.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 25.13%
GREEN value IS 35 (14.06% from 255) = 17.59%
BLUE value IS 114 (44.92% from 255) = 57.29%
R=25.13%
G=17.59%
B=57.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50351140.560.6900.55251.3953.0229.22
Hex3223723845037fb351d
Octal6243162701050673736535
Binary1100101000111110010111000100010101101111111101111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322372; }

 p { color: rgb(50,35,114); }

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

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

 a { background-color: rgb(50,35,114); }

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

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

 span { border-color: rgb(50,35,114); }

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