#32225D

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

Shades of Paris M #32225D

Tints of Paris M #32225D

Color information

#32225D (or 0x32225D) is unknown color: approx Paris M. HEX triplet: 32, 22 and 5D. RGB value is (50,34,93). Sum of RGB (Red+Green+Blue) = 50+34+93=177 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.25% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 93 (36.72% from 255 or 52.54% from 177); Max value from RGB is 93 - color contains mainly: blue. Hex color #32225D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32225D is #CDDDA2. Grayscale: #2D2D2D. Windows color (decimal): -13491619 or 6103602. OLE color: 6103602.

HSL color Cylindrical-coordinate representation of color #32225D: hue angle of 256.27º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #32225D is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB503493-
CMYK0.460.6300.64
HSL256.27º46.46%24.9%-
HSV(B)256.27º63.44%36.47%-
XYZ3.862.6110.66-
YUV45.51154.8131.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 28.25%
GREEN value IS 34 (13.67% from 255) = 19.21%
BLUE value IS 93 (36.72% from 255) = 52.54%
R=28.25%
G=19.21%
B=52.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5034930.460.6300.64256.2746.4624.9
Hex32225D2E3F0401002e19
Octal6242135567701004005631
Binary11001010001010111011011101111110100000010000000010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32225D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32225D; }

 p { color: rgb(50,34,93); }

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

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

 a { background-color: rgb(50,34,93); }

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

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

 span { border-color: rgb(50,34,93); }

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