Shades of Indigo #610688
Tints of Indigo #610688
RGB
CMYK
RGB Variations
Color information
#610688 (or 0x610688) is known color: Indigo. HEX triplet: 61, 06 and 88. RGB value is (97,6,136). Sum of RGB (Red+Green+Blue) = 97+6+136=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #610688 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610688 is #9EF977. Grayscale: #2F2F2F. Windows color (decimal): -10418552 or 8914529. OLE color: 8914529.
HSL color Cylindrical-coordinate representation of color #610688: hue angle of 282º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610688 is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 6 | 136 | - |
| CMYK | 0.29 | 0.96 | 0 | 0.47 |
| HSL | 282º | 0.92% | 0.28% | - |
| HSV(B) | 282º | 0.96% | 0.53% | - |
| XYZ | 9.44 | 4.45 | 23.65 | - |
| YUV | 48.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 6 | 136 | 0.29 | 0.96 | 0 | 0.47 | 282 | 0.92 | 0.28 |
| Hex | 61 | 6 | 88 | 1D | 60 | 0 | 2F | 11A | 5C | 1C |
| Octal | 141 | 6 | 210 | 35 | 140 | 0 | 57 | 432 | 134 | 34 |
| Binary | 1100001 | 110 | 10001000 | 11101 | 1100000 | 0 | 101111 | 100011010 | 1011100 | 11100 |
Color Harmonies of #610688
Complementary color
Monochromatic Colors of #610688
Black with #610688
Text Example
Text Example
White with #610688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610688; }
p { color: rgb(97,6,136); }
H1.HeaderClassName
{
color: #610688;
}
.AnyTagClassName
{
color: #610688;
}
</style>
background-color css
<style>
a { background-color: #610688; }
a { background-color: rgb(97,6,136); }
div.DivClassName
{
background-color: #610688;
}
.BgClassName
{
background-color: #610688;
}
</style>
border-color css
<style>
span { border-color: #610688; }
span { border-color: rgb(97,6,136); }
td.TdClassName
{
border-color: #610688;
}
.TagClassName
{
border-color: #610688;
}
</style>