Shades of Indigo #610888
Tints of Indigo #610888
RGB
CMYK
RGB Variations
Color information
#610888 (or 0x610888) is known color: Indigo. HEX triplet: 61, 08 and 88. RGB value is (97,8,136). Sum of RGB (Red+Green+Blue) = 97+8+136=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 136 (53.52% from 255 or 56.43% from 241); Max value from RGB is 136 - color contains mainly: blue. Hex color #610888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610888 is #9EF777. Grayscale: #303030. Windows color (decimal): -10418040 or 8915041. OLE color: 8915041.
HSL color Cylindrical-coordinate representation of color #610888: hue angle of 281.72º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610888 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 8 | 136 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.47 |
| HSL | 281.72º | 0.89% | 0.28% | - |
| HSV(B) | 281.72º | 0.94% | 0.53% | - |
| XYZ | 9.46 | 4.49 | 23.66 | - |
| YUV | 49.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 8 | 136 | 0.29 | 0.94 | 0 | 0.47 | 281.72 | 0.89 | 0.28 |
| Hex | 61 | 8 | 88 | 1D | 5E | 0 | 2F | 11A | 59 | 1C |
| Octal | 141 | 10 | 210 | 35 | 136 | 0 | 57 | 432 | 131 | 34 |
| Binary | 1100001 | 1000 | 10001000 | 11101 | 1011110 | 0 | 101111 | 100011010 | 1011001 | 11100 |
Color Harmonies of #610888
Complementary color
Monochromatic Colors of #610888
Black with #610888
Text Example
Text Example
White with #610888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610888; }
p { color: rgb(97,8,136); }
H1.HeaderClassName
{
color: #610888;
}
.AnyTagClassName
{
color: #610888;
}
</style>
background-color css
<style>
a { background-color: #610888; }
a { background-color: rgb(97,8,136); }
div.DivClassName
{
background-color: #610888;
}
.BgClassName
{
background-color: #610888;
}
</style>
border-color css
<style>
span { border-color: #610888; }
span { border-color: rgb(97,8,136); }
td.TdClassName
{
border-color: #610888;
}
.TagClassName
{
border-color: #610888;
}
</style>