#322661

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

Shades of Paris M #322661

Tints of Paris M #322661

Color information

#322661 (or 0x322661) is unknown color: approx Paris M. HEX triplet: 32, 26 and 61. RGB value is (50,38,97). Sum of RGB (Red+Green+Blue) = 50+38+97=185 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.03% from 185); Green value is 38 (15.23% from 255 or 20.54% from 185); Blue value is 97 (38.28% from 255 or 52.43% from 185); Max value from RGB is 97 - color contains mainly: blue. Hex color #322661 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322661 is #CDD99E. Grayscale: #303030. Windows color (decimal): -13490591 or 6366770. OLE color: 6366770.

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

Color convert

RGB503897-
CMYK0.480.6100.62
HSL252.2º43.7%26.47%-
HSV(B)252.2º60.82%38.04%-
XYZ4.172.9311.65-
YUV48.31155.48129.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.03%
GREEN value IS 38 (15.23% from 255) = 20.54%
BLUE value IS 97 (38.28% from 255) = 52.43%
R=27.03%
G=20.54%
B=52.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5038970.480.6100.62252.243.726.47
Hex322661303D03Efc2c1a
Octal624614160750763745432
Binary110010100110110000111000011110101111101111110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322661; }

 p { color: rgb(50,38,97); }

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

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

 a { background-color: rgb(50,38,97); }

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

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

 span { border-color: rgb(50,38,97); }

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