Shades of Indigo #610199
Tints of Indigo #610199
RGB
CMYK
RGB Variations
Color information
#610199 (or 0x610199) is known color: Indigo. HEX triplet: 61, 01 and 99. RGB value is (97,1,153). Sum of RGB (Red+Green+Blue) = 97+1+153=251 (33% of max value = 765). Red value is 97 (38.28% from 255 or 38.65% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #610199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610199 is #9EFE66. Grayscale: #2E2E2E. Windows color (decimal): -10419815 or 10027361. OLE color: 10027361.
HSL color Cylindrical-coordinate representation of color #610199: hue angle of 277.89º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610199 is Cyan = 0.37, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 97 | 1 | 153 | - |
| CMYK | 0.37 | 0.99 | 0 | 0.4 |
| HSL | 277.89º | 0.99% | 0.3% | - |
| HSV(B) | 277.89º | 0.99% | 0.6% | - |
| XYZ | 10.69 | 4.86 | 30.51 | - |
| YUV | 47.03 | 187.8 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 153 | 0.37 | 0.99 | 0 | 0.4 | 277.89 | 0.99 | 0.3 |
| Hex | 61 | 1 | 99 | 25 | 63 | 0 | 28 | 116 | 63 | 1E |
| Octal | 141 | 1 | 231 | 45 | 143 | 0 | 50 | 426 | 143 | 36 |
| Binary | 1100001 | 1 | 10011001 | 100101 | 1100011 | 0 | 101000 | 100010110 | 1100011 | 11110 |
Color Harmonies of #610199
Complementary color
Monochromatic Colors of #610199
Black with #610199
Text Example
Text Example
White with #610199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610199; }
p { color: rgb(97,1,153); }
H1.HeaderClassName
{
color: #610199;
}
.AnyTagClassName
{
color: #610199;
}
</style>
background-color css
<style>
a { background-color: #610199; }
a { background-color: rgb(97,1,153); }
div.DivClassName
{
background-color: #610199;
}
.BgClassName
{
background-color: #610199;
}
</style>
border-color css
<style>
span { border-color: #610199; }
span { border-color: rgb(97,1,153); }
td.TdClassName
{
border-color: #610199;
}
.TagClassName
{
border-color: #610199;
}
</style>