#32295C

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

Shades of Paris M #32295C

Tints of Paris M #32295C

Color information

#32295C (or 0x32295C) is unknown color: approx Paris M. HEX triplet: 32, 29 and 5C. RGB value is (50,41,92). Sum of RGB (Red+Green+Blue) = 50+41+92=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #32295C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32295C is #CDD6A3. Grayscale: #313131. Windows color (decimal): -13489828 or 6039858. OLE color: 6039858.

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

Color convert

RGB504192-
CMYK0.460.5500.64
HSL250.59º38.35%26.08%-
HSV(B)250.59º55.43%36.08%-
XYZ4.043.0410.5-
YUV49.5151.98128.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 41 (16.41% from 255) = 22.40%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=27.32%
G=22.40%
B=50.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5041920.460.5500.64250.5938.3526.08
Hex32295C2E37040fb261a
Octal6251134566701003734632
Binary1100101010011011100101110110111010000001111101110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32295C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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