Shades of Indigo #610584
Tints of Indigo #610584
RGB
CMYK
RGB Variations
Color information
#610584 (or 0x610584) is known color: Indigo. HEX triplet: 61, 05 and 84. RGB value is (97,5,132). Sum of RGB (Red+Green+Blue) = 97+5+132=234 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.45% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 132 (51.95% from 255 or 56.41% from 234); Max value from RGB is 132 - color contains mainly: blue. Hex color #610584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610584 is #9EFA7B. Grayscale: #2E2E2E. Windows color (decimal): -10418812 or 8652129. OLE color: 8652129.
HSL color Cylindrical-coordinate representation of color #610584: hue angle of 283.46º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #610584 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 5 | 132 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.48 |
| HSL | 283.46º | 0.93% | 0.27% | - |
| HSV(B) | 283.46º | 0.96% | 0.52% | - |
| XYZ | 9.15 | 4.32 | 22.18 | - |
| YUV | 46.99 | 175.98 | 163.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 5 | 132 | 0.27 | 0.96 | 0 | 0.48 | 283.46 | 0.93 | 0.27 |
| Hex | 61 | 5 | 84 | 1B | 60 | 0 | 30 | 11B | 5D | 1B |
| Octal | 141 | 5 | 204 | 33 | 140 | 0 | 60 | 433 | 135 | 33 |
| Binary | 1100001 | 101 | 10000100 | 11011 | 1100000 | 0 | 110000 | 100011011 | 1011101 | 11011 |
Color Harmonies of #610584
Complementary color
Monochromatic Colors of #610584
Black with #610584
Text Example
Text Example
White with #610584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610584; }
p { color: rgb(97,5,132); }
H1.HeaderClassName
{
color: #610584;
}
.AnyTagClassName
{
color: #610584;
}
</style>
background-color css
<style>
a { background-color: #610584; }
a { background-color: rgb(97,5,132); }
div.DivClassName
{
background-color: #610584;
}
.BgClassName
{
background-color: #610584;
}
</style>
border-color css
<style>
span { border-color: #610584; }
span { border-color: rgb(97,5,132); }
td.TdClassName
{
border-color: #610584;
}
.TagClassName
{
border-color: #610584;
}
</style>