Html Css Color HEX #322959 Paris M

📋 copy color: '#322959'

red 50 ◦ green 41 ◦ blue 89

#322959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris M #322959

Tints of Paris M #322959

RGB

 RED value IS 50 (19.92% from 255) = 27.78%

 GREEN value IS 41 (16.41% from 255) = 22.78%

 BLUE value IS 89 (35.16% from 255) = 49.44%

R = 27.78%
G = 22.78%
B = 49.44%

CMYK

 C value IS 0.44

 M value IS 0.54

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#322959 (or 0x322959) is known color: Paris M. HEX triplet: 32, 29 and 59. RGB value is (50,41,89). Sum of RGB (Red+Green+Blue) = 50+41+89=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 89 (35.16% from 255 or 49.44% from 180); Max value from RGB is 89 - color contains mainly: blue. Hex color #322959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322959 is #CDD6A6. Grayscale: #303030. Windows color (decimal): -13489831 or 5843250. OLE color: 5843250.

HSL color Cylindrical-coordinate representation of color #322959: hue angle of 251.25º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #322959 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 50 41 89 -
CMYK 0.44 0.54 0 0.65
HSL 251.25º 0.37% 0.25% -
HSV(B) 251.25º 0.54% 0.35% -
XYZ 3.91 2.99 9.82 -
YUV 49.16 150.48 128.6 -
System Red Green Blue C M Y K H S L
Decimal 50 41 89 0.44 0.54 0 0.65 251.25 0.37 0.25
Hex 32 29 59 2C 36 0 41 FB 25 19
Octal 62 51 131 54 66 0 101 373 45 31
Binary 110010 101001 1011001 101100 110110 0 1000001 11111011 100101 11001

Color Harmonies of #322959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322959

Black with #322959

Text Example


Text Example

White with #322959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322959; }

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

 H1.HeaderClassName
 {
   color: #322959;
 }
 .AnyTagClassName
 {
   color: #322959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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