#322461

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

Shades of Paris M #322461

Tints of Paris M #322461

Color information

#322461 (or 0x322461) is unknown color: approx Paris M. HEX triplet: 32, 24 and 61. RGB value is (50,36,97). Sum of RGB (Red+Green+Blue) = 50+36+97=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #322461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322461 is #CDDB9E. Grayscale: #2E2E2E. Windows color (decimal): -13491103 or 6366258. OLE color: 6366258.

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

Color convert

RGB503697-
CMYK0.480.6300.62
HSL253.77º45.86%26.08%-
HSV(B)253.77º62.89%38.04%-
XYZ4.12.811.63-
YUV47.14156.14130.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.32%
GREEN value IS 36 (14.45% from 255) = 19.67%
BLUE value IS 97 (38.28% from 255) = 53.01%
R=27.32%
G=19.67%
B=53.01%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5036970.480.6300.62253.7745.8626.08
Hex322461303F03Efe2e1a
Octal624414160770763765632
Binary110010100100110000111000011111101111101111111010111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322461; }

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

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

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

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

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

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

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

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