#332959

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

Shades of Paris M #332959

Tints of Paris M #332959

Color information

#332959 (or 0x332959) is unknown color: approx Paris M. HEX triplet: 33, 29 and 59. RGB value is (51,41,89). Sum of RGB (Red+Green+Blue) = 51+41+89=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 41 (16.41% from 255 or 22.65% from 181); Blue value is 89 (35.16% from 255 or 49.17% from 181); Max value from RGB is 89 - color contains mainly: blue. Hex color #332959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332959 is #CCD6A6. Grayscale: #313131. Windows color (decimal): -13424295 or 5843251. OLE color: 5843251.

HSL color Cylindrical-coordinate representation of color #332959: hue angle of 252.5º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #332959 is Cyan = 0.43, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB514189-
CMYK0.430.5400.65
HSL252.5º36.92%25.49%-
HSV(B)252.5º53.93%34.9%-
XYZ3.963.019.82-
YUV49.46150.31129.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.18%
GREEN value IS 41 (16.41% from 255) = 22.65%
BLUE value IS 89 (35.16% from 255) = 49.17%
R=28.18%
G=22.65%
B=49.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5141890.430.5400.65252.536.9225.49
Hex3329592B36041fc2519
Octal6351131536601013744531
Binary1100111010011011001101011110110010000011111110010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332959; }

 p { color: rgb(51,41,89); }

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

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

 a { background-color: rgb(51,41,89); }

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

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

 span { border-color: rgb(51,41,89); }

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