Html Css Color HEX #322161 Paris M

📋 copy color: '#322161'

red 50 ◦ green 33 ◦ blue 97

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

Shades of Paris M #322161

Tints of Paris M #322161

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.33%

 BLUE value IS 97 (38.28% from 255) = 53.89%

R = 27.78%
G = 18.33%
B = 53.89%

CMYK

 C value IS 0.48

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322161 (or 0x322161) is known color: Paris M. HEX triplet: 32, 21 and 61. RGB value is (50,33,97). Sum of RGB (Red+Green+Blue) = 50+33+97=180 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.78% from 180); Green value is 33 (13.28% from 255 or 18.33% from 180); Blue value is 97 (38.28% from 255 or 53.89% from 180); Max value from RGB is 97 - color contains mainly: blue. Hex color #322161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322161 is #CDDE9E. Grayscale: #2D2D2D. Windows color (decimal): -13491871 or 6365490. OLE color: 6365490.

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

Color convert

RGB 50 33 97 -
CMYK 0.48 0.66 0 0.62
HSL 255.94º 0.49% 0.25% -
HSV(B) 255.94º 0.66% 0.38% -
XYZ 4.02 2.63 11.6 -
YUV 45.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 50 33 97 0.48 0.66 0 0.62 255.94 0.49 0.25
Hex 32 21 61 30 42 0 3E 100 31 19
Octal 62 41 141 60 102 0 76 400 61 31
Binary 110010 100001 1100001 110000 1000010 0 111110 100000000 110001 11001

Color Harmonies of #322161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322161

Black with #322161

Text Example


Text Example

White with #322161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322161; }

 p { color: rgb(50,33,97); }

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

background-color css

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

 a { background-color: rgb(50,33,97); }

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

border-color css

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

 span { border-color: rgb(50,33,97); }

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