Shades of Indigo #610073
Tints of Indigo #610073
RGB
CMYK
RGB Variations
Color information
#610073 (or 0x610073) is known color: Indigo. HEX triplet: 61, 00 and 73. RGB value is (97,0,115). Sum of RGB (Red+Green+Blue) = 97+0+115=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 0 (0.39% from 255 or 0% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #610073 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610073 is #9EFF8C. Grayscale: #292929. Windows color (decimal): -10420109 or 7536737. OLE color: 7536737.
HSL color Cylindrical-coordinate representation of color #610073: hue angle of 290.61º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610073 is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 0 | 115 | - |
| CMYK | 0.16 | 1 | 0 | 0.55 |
| HSL | 290.61º | 1% | 0.23% | - |
| HSV(B) | 290.61º | 1% | 0.45% | - |
| XYZ | 8.02 | 3.78 | 16.53 | - |
| YUV | 42.11 | 169.14 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 115 | 0.16 | 1 | 0 | 0.55 | 290.61 | 1 | 0.23 |
| Hex | 61 | 0 | 73 | 10 | 64 | 0 | 37 | 123 | 64 | 17 |
| Octal | 141 | 0 | 163 | 20 | 144 | 0 | 67 | 443 | 144 | 27 |
| Binary | 1100001 | 0 | 1110011 | 10000 | 1100100 | 0 | 110111 | 100100011 | 1100100 | 10111 |
Color Harmonies of #610073
Complementary color
Monochromatic Colors of #610073
Black with #610073
Text Example
Text Example
White with #610073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610073; }
p { color: rgb(97,0,115); }
H1.HeaderClassName
{
color: #610073;
}
.AnyTagClassName
{
color: #610073;
}
</style>
background-color css
<style>
a { background-color: #610073; }
a { background-color: rgb(97,0,115); }
div.DivClassName
{
background-color: #610073;
}
.BgClassName
{
background-color: #610073;
}
</style>
border-color css
<style>
span { border-color: #610073; }
span { border-color: rgb(97,0,115); }
td.TdClassName
{
border-color: #610073;
}
.TagClassName
{
border-color: #610073;
}
</style>