Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Indigo | 5272C4 | #5272C4 | 82, 114, 196 | 32.16, 44.71, 76.86 | 58.16, 41.84, 0, 23.14 | 223.15789473684, 58.163265306122, 76.862745098039 |
Color #5272c4 is Indigo. In RGB: 32.16, 44.71, 76.86. In CMYK: 58.16, 41.84, 0, 23.14.
div { background: #5272c4; color: #000; }
div { background: #5272c4; color: #fff; }
div { background: linear-gradient(to bottom, #335AA8 0%, #6F8BE0 100%); color: #000; }
div { background: linear-gradient(to bottom, #6F8BE0 0%, #335AA8 100%); color: #000; }
div { background: linear-gradient(to bottom, #335AA8 0%, #6F8BE0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #6F8BE0 0%, #335AA8 100%); color: #fff; }
div { border: 1px solid #5272c4; }
div { border: 5px solid #5272c4; }
div { border: 1px dashed #5272c4; }
div { border: 5px dashed #5272c4; }
div { border: 1px dotted #5272c4; }
div { border: 5px dotted #5272c4; }