#32285C

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

Shades of Paris M #32285C

Tints of Paris M #32285C

Color information

#32285C (or 0x32285C) is unknown color: approx Paris M. HEX triplet: 32, 28 and 5C. RGB value is (50,40,92). Sum of RGB (Red+Green+Blue) = 50+40+92=182 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.47% from 182); Green value is 40 (16.02% from 255 or 21.98% from 182); Blue value is 92 (36.33% from 255 or 50.55% from 182); Max value from RGB is 92 - color contains mainly: blue. Hex color #32285C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32285C is #CDD7A3. Grayscale: #303030. Windows color (decimal): -13490084 or 6039602. OLE color: 6039602.

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

Color convert

RGB504092-
CMYK0.460.5700.64
HSL251.54º39.39%25.88%-
HSV(B)251.54º56.52%36.08%-
XYZ4.012.9710.49-
YUV48.92152.31128.77-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.47%
GREEN value IS 40 (16.02% from 255) = 21.98%
BLUE value IS 92 (36.33% from 255) = 50.55%
R=27.47%
G=21.98%
B=50.55%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal5040920.460.5700.64251.5439.3925.88
Hex32285C2E39040fc271a
Octal6250134567101003744732
Binary1100101010001011100101110111001010000001111110010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32285C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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