31 PT to PX
Result
31 pt = 41.23 px
Explanation
- Points — 31
To convert 31 points to pixels you need to multiply PT value by 1.33, in our case: 31 × 1.33. In result we'll receive that 31 pt is equal to 41.23 pixels (px)
CSS code for 31 PT to PX
p { font-size: 41.23px }
HTML (inline CSS):
<p style="font-size: 41.23px">Hello World<p>