Shades of Indigo #610172
Tints of Indigo #610172
RGB
CMYK
RGB Variations
Color information
#610172 (or 0x610172) is known color: Indigo. HEX triplet: 61, 01 and 72. RGB value is (97,1,114). Sum of RGB (Red+Green+Blue) = 97+1+114=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 114 (44.92% from 255 or 53.77% from 212); Max value from RGB is 114 - color contains mainly: blue. Hex color #610172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610172 is #9EFE8D. Grayscale: #2A2A2A. Windows color (decimal): -10419854 or 7471457. OLE color: 7471457.
HSL color Cylindrical-coordinate representation of color #610172: hue angle of 290.97º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610172 is Cyan = 0.15, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 1 | 114 | - |
| CMYK | 0.15 | 0.99 | 0 | 0.55 |
| HSL | 290.97º | 0.98% | 0.23% | - |
| HSV(B) | 290.97º | 0.99% | 0.45% | - |
| XYZ | 7.98 | 3.78 | 16.23 | - |
| YUV | 42.59 | 168.3 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 114 | 0.15 | 0.99 | 0 | 0.55 | 290.97 | 0.98 | 0.23 |
| Hex | 61 | 1 | 72 | F | 63 | 0 | 37 | 123 | 62 | 17 |
| Octal | 141 | 1 | 162 | 17 | 143 | 0 | 67 | 443 | 142 | 27 |
| Binary | 1100001 | 1 | 1110010 | 1111 | 1100011 | 0 | 110111 | 100100011 | 1100010 | 10111 |
Color Harmonies of #610172
Complementary color
Monochromatic Colors of #610172
Black with #610172
Text Example
Text Example
White with #610172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610172; }
p { color: rgb(97,1,114); }
H1.HeaderClassName
{
color: #610172;
}
.AnyTagClassName
{
color: #610172;
}
</style>
background-color css
<style>
a { background-color: #610172; }
a { background-color: rgb(97,1,114); }
div.DivClassName
{
background-color: #610172;
}
.BgClassName
{
background-color: #610172;
}
</style>
border-color css
<style>
span { border-color: #610172; }
span { border-color: rgb(97,1,114); }
td.TdClassName
{
border-color: #610172;
}
.TagClassName
{
border-color: #610172;
}
</style>