Html Css Color HEX #322960 Paris M

📋 copy color: '#322960'

red 50 ◦ green 41 ◦ blue 96

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

Shades of Paris M #322960

Tints of Paris M #322960

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 51.34%

R = 26.74%
G = 21.93%
B = 51.34%

CMYK

 C value IS 0.48

 M value IS 0.57

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322960 (or 0x322960) is known color: Paris M. HEX triplet: 32, 29 and 60. RGB value is (50,41,96). Sum of RGB (Red+Green+Blue) = 50+41+96=187 (24% of max value = 765). Red value is 50 (19.92% from 255 or 26.74% from 187); Green value is 41 (16.41% from 255 or 21.93% from 187); Blue value is 96 (37.89% from 255 or 51.34% from 187); Max value from RGB is 96 - color contains mainly: blue. Hex color #322960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322960 is #CDD69F. Grayscale: #313131. Windows color (decimal): -13489824 or 6302002. OLE color: 6302002.

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

Color convert

RGB 50 41 96 -
CMYK 0.48 0.57 0 0.62
HSL 249.82º 0.4% 0.27% -
HSV(B) 249.82º 0.57% 0.38% -
XYZ 4.22 3.11 11.44 -
YUV 49.96 153.98 128.03 -
System Red Green Blue C M Y K H S L
Decimal 50 41 96 0.48 0.57 0 0.62 249.82 0.4 0.27
Hex 32 29 60 30 39 0 3E FA 28 1B
Octal 62 51 140 60 71 0 76 372 50 33
Binary 110010 101001 1100000 110000 111001 0 111110 11111010 101000 11011

Color Harmonies of #322960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322960

Black with #322960

Text Example


Text Example

White with #322960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322960; }

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

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

background-color css

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

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

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

border-color css

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

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

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