Html Css Color HEX #322571 Paris M

📋 copy color: '#322571'

red 50 ◦ green 37 ◦ blue 113

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

Shades of Paris M #322571

Tints of Paris M #322571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 56.5%

R = 25%
G = 18.5%
B = 56.5%

CMYK

 C value IS 0.56

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#322571 (or 0x322571) is known color: Paris M. HEX triplet: 32, 25 and 71. RGB value is (50,37,113). Sum of RGB (Red+Green+Blue) = 50+37+113=200 (26% of max value = 765). Red value is 50 (19.92% from 255 or 25% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 113 (44.53% from 255 or 56.5% from 200); Max value from RGB is 113 - color contains mainly: blue. Hex color #322571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #322571 is #CDDA8E. Grayscale: #313131. Windows color (decimal): -13490831 or 7415090. OLE color: 7415090.

HSL color Cylindrical-coordinate representation of color #322571: hue angle of 250.26º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #322571 is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 50 37 113 -
CMYK 0.56 0.67 0 0.56
HSL 250.26º 0.51% 0.29% -
HSV(B) 250.26º 0.67% 0.44% -
XYZ 4.96 3.19 15.98 -
YUV 49.55 163.81 128.32 -
System Red Green Blue C M Y K H S L
Decimal 50 37 113 0.56 0.67 0 0.56 250.26 0.51 0.29
Hex 32 25 71 38 43 0 38 FA 33 1D
Octal 62 45 161 70 103 0 70 372 63 35
Binary 110010 100101 1110001 111000 1000011 0 111000 11111010 110011 11101

Color Harmonies of #322571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322571

Black with #322571

Text Example


Text Example

White with #322571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322571; }

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

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

background-color css

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

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

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

border-color css

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

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

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