Shades of Indigo #610273
Tints of Indigo #610273
RGB
CMYK
RGB Variations
Color information
#610273 (or 0x610273) is known color: Indigo. HEX triplet: 61, 02 and 73. RGB value is (97,2,115). Sum of RGB (Red+Green+Blue) = 97+2+115=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 2 (1.17% from 255 or 0.93% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #610273 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610273 is #9EFD8C. Grayscale: #2A2A2A. Windows color (decimal): -10419597 or 7537249. OLE color: 7537249.
HSL color Cylindrical-coordinate representation of color #610273: hue angle of 290.44º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610273 is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 97 | 2 | 115 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.55 |
| HSL | 290.44º | 0.97% | 0.23% | - |
| HSV(B) | 290.44º | 0.98% | 0.45% | - |
| XYZ | 8.05 | 3.82 | 16.53 | - |
| YUV | 43.29 | 168.47 | 166.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 115 | 0.16 | 0.98 | 0 | 0.55 | 290.44 | 0.97 | 0.23 |
| Hex | 61 | 2 | 73 | 10 | 62 | 0 | 37 | 122 | 61 | 17 |
| Octal | 141 | 2 | 163 | 20 | 142 | 0 | 67 | 442 | 141 | 27 |
| Binary | 1100001 | 10 | 1110011 | 10000 | 1100010 | 0 | 110111 | 100100010 | 1100001 | 10111 |
Color Harmonies of #610273
Complementary color
Monochromatic Colors of #610273
Black with #610273
Text Example
Text Example
White with #610273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610273; }
p { color: rgb(97,2,115); }
H1.HeaderClassName
{
color: #610273;
}
.AnyTagClassName
{
color: #610273;
}
</style>
background-color css
<style>
a { background-color: #610273; }
a { background-color: rgb(97,2,115); }
div.DivClassName
{
background-color: #610273;
}
.BgClassName
{
background-color: #610273;
}
</style>
border-color css
<style>
span { border-color: #610273; }
span { border-color: rgb(97,2,115); }
td.TdClassName
{
border-color: #610273;
}
.TagClassName
{
border-color: #610273;
}
</style>