Shades of Indigo #610278
Tints of Indigo #610278
RGB
CMYK
RGB Variations
Color information
#610278 (or 0x610278) is known color: Indigo. HEX triplet: 61, 02 and 78. RGB value is (97,2,120). Sum of RGB (Red+Green+Blue) = 97+2+120=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 120 (47.27% from 255 or 54.79% from 219); Max value from RGB is 120 - color contains mainly: blue. Hex color #610278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610278 is #9EFD87. Grayscale: #2B2B2B. Windows color (decimal): -10419592 or 7864929. OLE color: 7864929.
HSL color Cylindrical-coordinate representation of color #610278: hue angle of 288.31º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610278 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 97 | 2 | 120 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.53 |
| HSL | 288.31º | 0.97% | 0.24% | - |
| HSV(B) | 288.31º | 0.98% | 0.47% | - |
| XYZ | 8.34 | 3.94 | 18.09 | - |
| YUV | 43.86 | 170.97 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 2 | 120 | 0.19 | 0.98 | 0 | 0.53 | 288.31 | 0.97 | 0.24 |
| Hex | 61 | 2 | 78 | 13 | 62 | 0 | 35 | 120 | 61 | 18 |
| Octal | 141 | 2 | 170 | 23 | 142 | 0 | 65 | 440 | 141 | 30 |
| Binary | 1100001 | 10 | 1111000 | 10011 | 1100010 | 0 | 110101 | 100100000 | 1100001 | 11000 |
Color Harmonies of #610278
Complementary color
Monochromatic Colors of #610278
Black with #610278
Text Example
Text Example
White with #610278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610278; }
p { color: rgb(97,2,120); }
H1.HeaderClassName
{
color: #610278;
}
.AnyTagClassName
{
color: #610278;
}
</style>
background-color css
<style>
a { background-color: #610278; }
a { background-color: rgb(97,2,120); }
div.DivClassName
{
background-color: #610278;
}
.BgClassName
{
background-color: #610278;
}
</style>
border-color css
<style>
span { border-color: #610278; }
span { border-color: rgb(97,2,120); }
td.TdClassName
{
border-color: #610278;
}
.TagClassName
{
border-color: #610278;
}
</style>