You can create complex shapes easily by combining SVG and CSS. Demo here of a white triangle notch implemented using inline CSS, perfect for making parallelograms. The caveats:
IE9+ supported, legacy IE's arent. Also, hex color codes are not supported. Use rgb(0, 100, 200)
instead.