#322770

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

Shades of Paris M #322770

Tints of Paris M #322770

Color information

#322770 (or 0x322770) is unknown color: approx Paris M. HEX triplet: 32, 27 and 70. RGB value is (50,39,112). Sum of RGB (Red+Green+Blue) = 50+39+112=201 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.88% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 112 (44.14% from 255 or 55.72% from 201); Max value from RGB is 112 - color contains mainly: blue. Hex color #322770 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322770 is #CDD88F. Grayscale: #323232. Windows color (decimal): -13490320 or 7350066. OLE color: 7350066.

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

Color convert

RGB5039112-
CMYK0.550.6500.56
HSL249.04º48.34%29.61%-
HSV(B)249.04º65.18%43.92%-
XYZ4.973.315.7-
YUV50.61162.64127.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.88%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 112 (44.14% from 255) = 55.72%
R=24.88%
G=19.40%
B=55.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50391120.550.6500.56249.0448.3429.61
Hex3227703741038f9301e
Octal6247160671010703716036
Binary1100101001111110000110111100000101110001111100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322770; }

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

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

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

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

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

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

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

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