#322671

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

Shades of Paris M #322671

Tints of Paris M #322671

Color information

#322671 (or 0x322671) is unknown color: approx Paris M. HEX triplet: 32, 26 and 71. RGB value is (50,38,113). Sum of RGB (Red+Green+Blue) = 50+38+113=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 113 (44.53% from 255 or 56.22% from 201); Max value from RGB is 113 - color contains mainly: blue. Hex color #322671 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322671 is #CDD98E. Grayscale: #313131. Windows color (decimal): -13490575 or 7415346. OLE color: 7415346.

HSL color Cylindrical-coordinate representation of color #322671: hue angle of 249.6º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #322671 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB5038113-
CMYK0.560.6600.56
HSL249.6º49.67%29.61%-
HSV(B)249.6º66.37%44.31%-
XYZ4.993.2615.99-
YUV50.14163.48127.9-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 113 (44.53% from 255) = 56.22%
R=24.88%
G=18.91%
B=56.22%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50381130.560.6600.56249.649.6729.61
Hex3226713842038fa321e
Octal6246161701020703726236
Binary1100101001101110001111000100001001110001111101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322671; }

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

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

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

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

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

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

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

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