Shades of Indigo #610084
Tints of Indigo #610084
RGB
CMYK
RGB Variations
Color information
#610084 (or 0x610084) is known color: Indigo. HEX triplet: 61, 00 and 84. RGB value is (97,0,132). Sum of RGB (Red+Green+Blue) = 97+0+132=229 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.36% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 132 (51.95% from 255 or 57.64% from 229); Max value from RGB is 132 - color contains mainly: blue. Hex color #610084 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610084 is #9EFF7B. Grayscale: #2B2B2B. Windows color (decimal): -10420092 or 8650849. OLE color: 8650849.
HSL color Cylindrical-coordinate representation of color #610084: hue angle of 284.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #610084 is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 97 | 0 | 132 | - |
| CMYK | 0.27 | 1 | 0 | 0.48 |
| HSL | 284.09º | 1% | 0.26% | - |
| HSV(B) | 284.09º | 1% | 0.52% | - |
| XYZ | 9.09 | 4.21 | 22.16 | - |
| YUV | 44.05 | 177.64 | 165.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 0 | 132 | 0.27 | 1 | 0 | 0.48 | 284.09 | 1 | 0.26 |
| Hex | 61 | 0 | 84 | 1B | 64 | 0 | 30 | 11C | 64 | 1A |
| Octal | 141 | 0 | 204 | 33 | 144 | 0 | 60 | 434 | 144 | 32 |
| Binary | 1100001 | 0 | 10000100 | 11011 | 1100100 | 0 | 110000 | 100011100 | 1100100 | 11010 |
Color Harmonies of #610084
Complementary color
Monochromatic Colors of #610084
Black with #610084
Text Example
Text Example
White with #610084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610084; }
p { color: rgb(97,0,132); }
H1.HeaderClassName
{
color: #610084;
}
.AnyTagClassName
{
color: #610084;
}
</style>
background-color css
<style>
a { background-color: #610084; }
a { background-color: rgb(97,0,132); }
div.DivClassName
{
background-color: #610084;
}
.BgClassName
{
background-color: #610084;
}
</style>
border-color css
<style>
span { border-color: #610084; }
span { border-color: rgb(97,0,132); }
td.TdClassName
{
border-color: #610084;
}
.TagClassName
{
border-color: #610084;
}
</style>