#32255F

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

Shades of Paris M #32255F

Tints of Paris M #32255F

Color information

#32255F (or 0x32255F) is unknown color: approx Paris M. HEX triplet: 32, 25 and 5F. RGB value is (50,37,95). Sum of RGB (Red+Green+Blue) = 50+37+95=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 37 (14.84% from 255 or 20.33% from 182); Blue value is 95 (37.5% from 255 or 52.20% from 182); Max value from RGB is 95 - color contains mainly: blue. Hex color #32255F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32255F is #CDDAA0. Grayscale: #2F2F2F. Windows color (decimal): -13490849 or 6235442. OLE color: 6235442.

HSL color Cylindrical-coordinate representation of color #32255F: hue angle of 253.45º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #32255F is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB503795-
CMYK0.470.6100.63
HSL253.45º43.94%25.88%-
HSV(B)253.45º61.05%37.25%-
XYZ4.042.8311.16-
YUV47.5154.81129.78-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 37 (14.84% from 255) = 20.33%
BLUE value IS 95 (37.5% from 255) = 52.20%
R=27.47%
G=20.33%
B=52.20%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5037950.470.6100.63253.4543.9425.88
Hex32255F2F3D03Ffd2c1a
Octal624513757750773755432
Binary110010100101101111110111111110101111111111110110110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32255F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32255F; }

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

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

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

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

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

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

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

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