Html Css Color HEX #322261 Paris M

📋 copy color: '#322261'

red 50 ◦ green 34 ◦ blue 97

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

Shades of Paris M #322261

Tints of Paris M #322261

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

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

R = 27.62%
G = 18.78%
B = 53.59%

CMYK

 C value IS 0.48

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322261 (or 0x322261) is known color: Paris M. HEX triplet: 32, 22 and 61. RGB value is (50,34,97). Sum of RGB (Red+Green+Blue) = 50+34+97=181 (23% of max value = 765). Red value is 50 (19.92% from 255 or 27.62% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 97 (38.28% from 255 or 53.59% from 181); Max value from RGB is 97 - color contains mainly: blue. Hex color #322261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322261 is #CDDD9E. Grayscale: #2D2D2D. Windows color (decimal): -13491615 or 6365746. OLE color: 6365746.

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

Color convert

RGB 50 34 97 -
CMYK 0.48 0.65 0 0.62
HSL 255.24º 0.48% 0.26% -
HSV(B) 255.24º 0.65% 0.38% -
XYZ 4.05 2.69 11.61 -
YUV 45.97 156.8 130.88 -
System Red Green Blue C M Y K H S L
Decimal 50 34 97 0.48 0.65 0 0.62 255.24 0.48 0.26
Hex 32 22 61 30 41 0 3E FF 30 1A
Octal 62 42 141 60 101 0 76 377 60 32
Binary 110010 100010 1100001 110000 1000001 0 111110 11111111 110000 11010

Color Harmonies of #322261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322261

Black with #322261

Text Example


Text Example

White with #322261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322261; }

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

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

background-color css

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

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

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

border-color css

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

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

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