Html Css Color HEX #322461 Paris M

📋 copy color: '#322461'

red 50 ◦ green 36 ◦ blue 97

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

Shades of Paris M #322461

Tints of Paris M #322461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.67%

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

R = 27.32%
G = 19.67%
B = 53.01%

CMYK

 C value IS 0.48

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#322461 (or 0x322461) is known color: Paris M. HEX triplet: 32, 24 and 61. RGB value is (50,36,97). Sum of RGB (Red+Green+Blue) = 50+36+97=183 (24% of max value = 765). Red value is 50 (19.92% from 255 or 27.32% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 97 (38.28% from 255 or 53.01% from 183); Max value from RGB is 97 - color contains mainly: blue. Hex color #322461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322461 is #CDDB9E. Grayscale: #2E2E2E. Windows color (decimal): -13491103 or 6366258. OLE color: 6366258.

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

Color convert

RGB 50 36 97 -
CMYK 0.48 0.63 0 0.62
HSL 253.77º 0.46% 0.26% -
HSV(B) 253.77º 0.63% 0.38% -
XYZ 4.1 2.8 11.63 -
YUV 47.14 156.14 130.04 -
System Red Green Blue C M Y K H S L
Decimal 50 36 97 0.48 0.63 0 0.62 253.77 0.46 0.26
Hex 32 24 61 30 3F 0 3E FE 2E 1A
Octal 62 44 141 60 77 0 76 376 56 32
Binary 110010 100100 1100001 110000 111111 0 111110 11111110 101110 11010

Color Harmonies of #322461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322461

Black with #322461

Text Example


Text Example

White with #322461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322461; }

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

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

background-color css

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

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

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

border-color css

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

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

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