#32295D

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

Shades of Paris M #32295D

Tints of Paris M #32295D

Color information

#32295D (or 0x32295D) is unknown color: approx Paris M. HEX triplet: 32, 29 and 5D. RGB value is (50,41,93). Sum of RGB (Red+Green+Blue) = 50+41+93=184 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.17% from 184); Green value is 41 (16.41% from 255 or 22.28% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #32295D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32295D is #CDD6A2. Grayscale: #313131. Windows color (decimal): -13489827 or 6105394. OLE color: 6105394.

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

Color convert

RGB504193-
CMYK0.460.5600.64
HSL250.38º38.81%26.27%-
HSV(B)250.38º55.91%36.47%-
XYZ4.083.0510.73-
YUV49.62152.48128.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.17%
GREEN value IS 41 (16.41% from 255) = 22.28%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=27.17%
G=22.28%
B=50.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5041930.460.5600.64250.3838.8126.27
Hex32295D2E38040fa271a
Octal6251135567001003724732
Binary1100101010011011101101110111000010000001111101010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32295D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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