Shades of Indigo #610288
Tints of Indigo #610288
RGB
CMYK
RGB Variations
Color information
#610288 (or 0x610288) is known color: Indigo. HEX triplet: 61, 02 and 88. RGB value is (97,2,136). Sum of RGB (Red+Green+Blue) = 97+2+136=235 (31% of max value = 765). Red value is 97 (38.28% from 255 or 41.28% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 136 (53.52% from 255 or 57.87% from 235); Max value from RGB is 136 - color contains mainly: blue. Hex color #610288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610288 is #9EFD77. Grayscale: #2D2D2D. Windows color (decimal): -10419576 or 8913505. OLE color: 8913505.
HSL color Cylindrical-coordinate representation of color #610288: hue angle of 282.54º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610288 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 2 | 136 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.47 |
| HSL | 282.54º | 0.97% | 0.27% | - |
| HSV(B) | 282.54º | 0.99% | 0.53% | - |
| XYZ | 9.4 | 4.36 | 23.64 | - |
| YUV | 45.68 | 178.97 | 164.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 136 | 0.29 | 0.99 | 0 | 0.47 | 282.54 | 0.97 | 0.27 |
| Hex | 61 | 2 | 88 | 1D | 63 | 0 | 2F | 11B | 61 | 1B |
| Octal | 141 | 2 | 210 | 35 | 143 | 0 | 57 | 433 | 141 | 33 |
| Binary | 1100001 | 10 | 10001000 | 11101 | 1100011 | 0 | 101111 | 100011011 | 1100001 | 11011 |
Color Harmonies of #610288
Complementary color
Monochromatic Colors of #610288
Black with #610288
Text Example
Text Example
White with #610288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610288; }
p { color: rgb(97,2,136); }
H1.HeaderClassName
{
color: #610288;
}
.AnyTagClassName
{
color: #610288;
}
</style>
background-color css
<style>
a { background-color: #610288; }
a { background-color: rgb(97,2,136); }
div.DivClassName
{
background-color: #610288;
}
.BgClassName
{
background-color: #610288;
}
</style>
border-color css
<style>
span { border-color: #610288; }
span { border-color: rgb(97,2,136); }
td.TdClassName
{
border-color: #610288;
}
.TagClassName
{
border-color: #610288;
}
</style>