Unless you are bridging between VLANs then you can re-use the HSRP group numbers:
interface Vlan10
ip address 10.1.1.253 255.255.255.0
standby 1 ip 10.1.1.254
!
interface Vlan20
ip address 10.1.2.253 255.255.255.0
standby 1 ip 10.1.2.254
!
interface Vlan30
ip address 10.1.3.253 255.255.255.0
standby 1 ip 10.1.3.254
!
They will all share the same virtual MAC address, however as the CAM tables are per-Vlan there should be no issues. If you bridge between Vlans then this is where it won't work.
HTH
Andy