#332960

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

Shades of Paris M #332960

Tints of Paris M #332960

Color information

#332960 (or 0x332960) is unknown color: approx Paris M. HEX triplet: 33, 29 and 60. RGB value is (51,41,96). Sum of RGB (Red+Green+Blue) = 51+41+96=188 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.13% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 96 (37.89% from 255 or 51.06% from 188); Max value from RGB is 96 - color contains mainly: blue. Hex color #332960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332960 is #CCD69F. Grayscale: #323232. Windows color (decimal): -13424288 or 6302003. OLE color: 6302003.

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

Color convert

RGB514196-
CMYK0.470.5700.62
HSL250.91º40.15%26.86%-
HSV(B)250.91º57.29%37.65%-
XYZ4.273.1311.45-
YUV50.26153.81128.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.13%
GREEN value IS 41 (16.41% from 255) = 21.81%
BLUE value IS 96 (37.89% from 255) = 51.06%
R=27.13%
G=21.81%
B=51.06%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5141960.470.5700.62250.9140.1526.86
Hex3329602F3903Efb281b
Octal635114057710763735033
Binary110011101001110000010111111100101111101111101110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332960; }

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

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

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

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

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

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

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

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