#322260

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

Shades of Paris M #322260

Tints of Paris M #322260

Color information

#322260 (or 0x322260) is unknown color: approx Paris M. HEX triplet: 32, 22 and 60. RGB value is (50,34,96). Sum of RGB (Red+Green+Blue) = 50+34+96=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 34 (13.67% from 255 or 18.89% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #322260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322260 is #CDDD9F. Grayscale: #2D2D2D. Windows color (decimal): -13491616 or 6300210. OLE color: 6300210.

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

Color convert

RGB503496-
CMYK0.480.6500.62
HSL255.48º47.69%25.49%-
HSV(B)255.48º64.58%37.65%-
XYZ42.6711.37-
YUV45.85156.3130.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 27.78%
GREEN value IS 34 (13.67% from 255) = 18.89%
BLUE value IS 96 (37.89% from 255) = 53.33%
R=27.78%
G=18.89%
B=53.33%

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
Decimal5034960.480.6500.62255.4847.6925.49
Hex322260304103Eff3019
Octal6242140601010763776031
Binary1100101000101100000110000100000101111101111111111000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322260; }

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

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

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

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

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

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

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

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