#332565

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

Shades of Paris M #332565

Tints of Paris M #332565

Color information

#332565 (or 0x332565) is unknown color: approx Paris M. HEX triplet: 33, 25 and 65. RGB value is (51,37,101). Sum of RGB (Red+Green+Blue) = 51+37+101=189 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.98% from 189); Green value is 37 (14.84% from 255 or 19.58% from 189); Blue value is 101 (39.84% from 255 or 53.44% from 189); Max value from RGB is 101 - color contains mainly: blue. Hex color #332565 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #332565 is #CCDA9A. Grayscale: #303030. Windows color (decimal): -13425307 or 6628659. OLE color: 6628659.

HSL color Cylindrical-coordinate representation of color #332565: hue angle of 253.12º degrees, saturation: 0.46, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #332565 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5137101-
CMYK0.500.6300.60
HSL253.12º46.38%27.06%-
HSV(B)253.12º63.37%39.61%-
XYZ4.382.9712.65-
YUV48.48157.64129.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 26.98%
GREEN value IS 37 (14.84% from 255) = 19.58%
BLUE value IS 101 (39.84% from 255) = 53.44%
R=26.98%
G=19.58%
B=53.44%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal51371010.500.6300.60253.1246.3827.06
Hex332565323F03Cfd2e1b
Octal634514562770743755633
Binary110011100101110010111001011111101111001111110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #332565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #332565; }

 p { color: rgb(51,37,101); }

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

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

 a { background-color: rgb(51,37,101); }

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

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

 span { border-color: rgb(51,37,101); }

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