#322261

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

Shades of Paris M #322261

Tints of Paris M #322261

Color information

#322261 (or 0x322261) is unknown color: approx Paris M. HEX triplet: 32, 22 and 61. RGB value is (50,34,97). Sum of RGB (Red+Green+Blue) = 50+34+97=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #322261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322261 is #CDDD9E. Grayscale: #2D2D2D. Windows color (decimal): -13491615 or 6365746. OLE color: 6365746.

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

Color convert

RGB503497-
CMYK0.480.6500.62
HSL255.24º48.09%25.69%-
HSV(B)255.24º64.95%38.04%-
XYZ4.052.6911.61-
YUV45.97156.8130.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.62%
GREEN value IS 34 (13.67% from 255) = 18.78%
BLUE value IS 97 (38.28% from 255) = 53.59%
R=27.62%
G=18.78%
B=53.59%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5034970.480.6500.62255.2448.0925.69
Hex322261304103Eff301a
Octal6242141601010763776032
Binary1100101000101100001110000100000101111101111111111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322261; }

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

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

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

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

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

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

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

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