#332760

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

Shades of Paris M #332760

Tints of Paris M #332760

Color information

#332760 (or 0x332760) is unknown color: approx Paris M. HEX triplet: 33, 27 and 60. RGB value is (51,39,96). Sum of RGB (Red+Green+Blue) = 51+39+96=186 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.42% from 186); Green value is 39 (15.62% from 255 or 20.97% from 186); Blue value is 96 (37.89% from 255 or 51.61% from 186); Max value from RGB is 96 - color contains mainly: blue. Hex color #332760 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332760 is #CCD89F. Grayscale: #303030. Windows color (decimal): -13424800 or 6301491. OLE color: 6301491.

HSL color Cylindrical-coordinate representation of color #332760: hue angle of 252.63º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #332760 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB513996-
CMYK0.470.5900.62
HSL252.63º42.22%26.47%-
HSV(B)252.63º59.38%37.65%-
XYZ4.2311.42-
YUV49.09154.48129.37-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.42%
GREEN value IS 39 (15.62% from 255) = 20.97%
BLUE value IS 96 (37.89% from 255) = 51.61%
R=27.42%
G=20.97%
B=51.61%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5139960.470.5900.62252.6342.2226.47
Hex3327602F3B03Efd2a1a
Octal634714057730763755232
Binary110011100111110000010111111101101111101111110110101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332760; }

 p { color: rgb(51,39,96); }

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

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

 a { background-color: rgb(51,39,96); }

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

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

 span { border-color: rgb(51,39,96); }

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