Shades of Indigo #610072
Tints of Indigo #610072
RGB
CMYK
RGB Variations
Color information
#610072 (or 0x610072) is known color: Indigo. HEX triplet: 61, 00 and 72. RGB value is (97,0,114). Sum of RGB (Red+Green+Blue) = 97+0+114=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 0 (0.39% from 255 or 0% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #610072 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610072 is #9EFF8D. Grayscale: #292929. Windows color (decimal): -10420110 or 7471201. OLE color: 7471201.
HSL color Cylindrical-coordinate representation of color #610072: hue angle of 291.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610072 is Cyan = 0.15, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 0 | 114 | - |
| CMYK | 0.15 | 1 | 0 | 0.55 |
| HSL | 291.05º | 1% | 0.22% | - |
| HSV(B) | 291.05º | 1% | 0.45% | - |
| XYZ | 7.97 | 3.76 | 16.22 | - |
| YUV | 42 | 168.64 | 167.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 114 | 0.15 | 1 | 0 | 0.55 | 291.05 | 1 | 0.22 |
| Hex | 61 | 0 | 72 | F | 64 | 0 | 37 | 123 | 64 | 16 |
| Octal | 141 | 0 | 162 | 17 | 144 | 0 | 67 | 443 | 144 | 26 |
| Binary | 1100001 | 0 | 1110010 | 1111 | 1100100 | 0 | 110111 | 100100011 | 1100100 | 10110 |
Color Harmonies of #610072
Complementary color
Monochromatic Colors of #610072
Black with #610072
Text Example
Text Example
White with #610072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610072; }
p { color: rgb(97,0,114); }
H1.HeaderClassName
{
color: #610072;
}
.AnyTagClassName
{
color: #610072;
}
</style>
background-color css
<style>
a { background-color: #610072; }
a { background-color: rgb(97,0,114); }
div.DivClassName
{
background-color: #610072;
}
.BgClassName
{
background-color: #610072;
}
</style>
border-color css
<style>
span { border-color: #610072; }
span { border-color: rgb(97,0,114); }
td.TdClassName
{
border-color: #610072;
}
.TagClassName
{
border-color: #610072;
}
</style>