Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Indigo | 4C6ED2 | #4C6ED2 | 76, 110, 210 | 29.8, 43.14, 82.35 | 63.81, 47.62, 0, 17.65 | 224.77611940299, 63.809523809524, 82.352941176471 |
Color #4c6ed2 is Indigo. In RGB: 29.8, 43.14, 82.35. In CMYK: 63.81, 47.62, 0, 17.65.
div { background: #4c6ed2; color: #000; }
div { background: #4c6ed2; color: #fff; }
div { background: linear-gradient(to bottom, #2856B6 0%, #6B87EF 100%); color: #000; }
div { background: linear-gradient(to bottom, #6B87EF 0%, #2856B6 100%); color: #000; }
div { background: linear-gradient(to bottom, #2856B6 0%, #6B87EF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #6B87EF 0%, #2856B6 100%); color: #fff; }
div { border: 1px solid #4c6ed2; }
div { border: 5px solid #4c6ed2; }
div { border: 1px dashed #4c6ed2; }
div { border: 5px dashed #4c6ed2; }
div { border: 1px dotted #4c6ed2; }
div { border: 5px dotted #4c6ed2; }