Html Css Color HEX #322560 Paris M

📋 copy color: '#322560'

red 50 ◦ green 37 ◦ blue 96

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

Shades of Paris M #322560

Tints of Paris M #322560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.22%

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

R = 27.32%
G = 20.22%
B = 52.46%

CMYK

 C value IS 0.48

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322560 (or 0x322560) is known color: Paris M. HEX triplet: 32, 25 and 60. RGB value is (50,37,96). Sum of RGB (Red+Green+Blue) = 50+37+96=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 37 (14.84% from 255 or 20.22% from 183); Blue value is 96 (37.89% from 255 or 52.46% from 183); Max value from RGB is 96 - color contains mainly: blue. Hex color #322560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322560 is #CDDA9F. Grayscale: #2F2F2F. Windows color (decimal): -13490848 or 6300978. OLE color: 6300978.

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

Color convert

RGB 50 37 96 -
CMYK 0.48 0.61 0 0.62
HSL 253.22º 0.44% 0.26% -
HSV(B) 253.22º 0.61% 0.38% -
XYZ 4.09 2.85 11.4 -
YUV 47.61 155.31 129.7 -
System Red Green Blue C M Y K H S L
Decimal 50 37 96 0.48 0.61 0 0.62 253.22 0.44 0.26
Hex 32 25 60 30 3D 0 3E FD 2C 1A
Octal 62 45 140 60 75 0 76 375 54 32
Binary 110010 100101 1100000 110000 111101 0 111110 11111101 101100 11010

Color Harmonies of #322560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322560

Black with #322560

Text Example


Text Example

White with #322560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322560; }

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

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

background-color css

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

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

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

border-color css

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

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

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