#322775

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

Shades of Paris M #322775

Tints of Paris M #322775

Color information

#322775 (or 0x322775) is unknown color: approx Paris M. HEX triplet: 32, 27 and 75. RGB value is (50,39,117). Sum of RGB (Red+Green+Blue) = 50+39+117=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 39 (15.62% from 255 or 18.93% from 206); Blue value is 117 (46.09% from 255 or 56.80% from 206); Max value from RGB is 117 - color contains mainly: blue. Hex color #322775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322775 is #CDD88A. Grayscale: #323232. Windows color (decimal): -13490315 or 7677746. OLE color: 7677746.

HSL color Cylindrical-coordinate representation of color #322775: hue angle of 248.46º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322775 is Cyan = 0.57, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5039117-
CMYK0.570.6700.54
HSL248.46º50%30.59%-
HSV(B)248.46º66.67%45.88%-
XYZ5.253.4117.21-
YUV51.18165.14127.16-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 39 (15.62% from 255) = 18.93%
BLUE value IS 117 (46.09% from 255) = 56.80%
R=24.27%
G=18.93%
B=56.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50391170.570.6700.54248.465030.59
Hex3227753943036f8321f
Octal6247165711030663706237
Binary1100101001111110101111001100001101101101111100011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322775; }

 p { color: rgb(50,39,117); }

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

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

 a { background-color: rgb(50,39,117); }

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

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

 span { border-color: rgb(50,39,117); }

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