#322970

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

Shades of Paris M #322970

Tints of Paris M #322970

Color information

#322970 (or 0x322970) is unknown color: approx Paris M. HEX triplet: 32, 29 and 70. RGB value is (50,41,112). Sum of RGB (Red+Green+Blue) = 50+41+112=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 112 (44.14% from 255 or 55.17% from 203); Max value from RGB is 112 - color contains mainly: blue. Hex color #322970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322970 is #CDD68F. Grayscale: #333333. Windows color (decimal): -13489808 or 7350578. OLE color: 7350578.

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

Color convert

RGB5041112-
CMYK0.550.6300.56
HSL247.61º46.41%30%-
HSV(B)247.61º63.39%43.92%-
XYZ5.033.4315.73-
YUV51.78161.98126.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 41 (16.41% from 255) = 20.20%
BLUE value IS 112 (44.14% from 255) = 55.17%
R=24.63%
G=20.20%
B=55.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50411120.550.6300.56247.6146.4130
Hex322970373F038f82e1e
Octal625116067770703705636
Binary110010101001111000011011111111101110001111100010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322970; }

 p { color: rgb(50,41,112); }

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

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

 a { background-color: rgb(50,41,112); }

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

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

 span { border-color: rgb(50,41,112); }

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