Shades of Indigo #610287
Tints of Indigo #610287
RGB
CMYK
RGB Variations
Color information
#610287 (or 0x610287) is known color: Indigo. HEX triplet: 61, 02 and 87. RGB value is (97,2,135). Sum of RGB (Red+Green+Blue) = 97+2+135=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 135 (53.12% from 255 or 57.69% from 234); Max value from RGB is 135 - color contains mainly: blue. Hex color #610287 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610287 is #9EFD78. Grayscale: #2D2D2D. Windows color (decimal): -10419577 or 8847969. OLE color: 8847969.
HSL color Cylindrical-coordinate representation of color #610287: hue angle of 282.86º 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 #610287 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 97 | 2 | 135 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.47 |
| HSL | 282.86º | 0.97% | 0.27% | - |
| HSV(B) | 282.86º | 0.99% | 0.53% | - |
| XYZ | 9.32 | 4.33 | 23.27 | - |
| YUV | 45.57 | 178.47 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 135 | 0.28 | 0.99 | 0 | 0.47 | 282.86 | 0.97 | 0.27 |
| Hex | 61 | 2 | 87 | 1C | 63 | 0 | 2F | 11B | 61 | 1B |
| Octal | 141 | 2 | 207 | 34 | 143 | 0 | 57 | 433 | 141 | 33 |
| Binary | 1100001 | 10 | 10000111 | 11100 | 1100011 | 0 | 101111 | 100011011 | 1100001 | 11011 |
Color Harmonies of #610287
Complementary color
Monochromatic Colors of #610287
Black with #610287
Text Example
Text Example
White with #610287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610287; }
p { color: rgb(97,2,135); }
H1.HeaderClassName
{
color: #610287;
}
.AnyTagClassName
{
color: #610287;
}
</style>
background-color css
<style>
a { background-color: #610287; }
a { background-color: rgb(97,2,135); }
div.DivClassName
{
background-color: #610287;
}
.BgClassName
{
background-color: #610287;
}
</style>
border-color css
<style>
span { border-color: #610287; }
span { border-color: rgb(97,2,135); }
td.TdClassName
{
border-color: #610287;
}
.TagClassName
{
border-color: #610287;
}
</style>