Shades of Indigo #610781
Tints of Indigo #610781
RGB
CMYK
RGB Variations
Color information
#610781 (or 0x610781) is known color: Indigo. HEX triplet: 61, 07 and 81. RGB value is (97,7,129). Sum of RGB (Red+Green+Blue) = 97+7+129=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 7 (3.12% from 255 or 3.00% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #610781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610781 is #9EF87E. Grayscale: #2F2F2F. Windows color (decimal): -10418303 or 8456033. OLE color: 8456033.
HSL color Cylindrical-coordinate representation of color #610781: hue angle of 284.26º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #610781 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 97 | 7 | 129 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.49 |
| HSL | 284.26º | 0.9% | 0.27% | - |
| HSV(B) | 284.26º | 0.95% | 0.51% | - |
| XYZ | 8.97 | 4.28 | 21.12 | - |
| YUV | 47.82 | 173.82 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 7 | 129 | 0.25 | 0.95 | 0 | 0.49 | 284.26 | 0.9 | 0.27 |
| Hex | 61 | 7 | 81 | 19 | 5F | 0 | 31 | 11C | 5A | 1B |
| Octal | 141 | 7 | 201 | 31 | 137 | 0 | 61 | 434 | 132 | 33 |
| Binary | 1100001 | 111 | 10000001 | 11001 | 1011111 | 0 | 110001 | 100011100 | 1011010 | 11011 |
Color Harmonies of #610781
Complementary color
Monochromatic Colors of #610781
Black with #610781
Text Example
Text Example
White with #610781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610781; }
p { color: rgb(97,7,129); }
H1.HeaderClassName
{
color: #610781;
}
.AnyTagClassName
{
color: #610781;
}
</style>
background-color css
<style>
a { background-color: #610781; }
a { background-color: rgb(97,7,129); }
div.DivClassName
{
background-color: #610781;
}
.BgClassName
{
background-color: #610781;
}
</style>
border-color css
<style>
span { border-color: #610781; }
span { border-color: rgb(97,7,129); }
td.TdClassName
{
border-color: #610781;
}
.TagClassName
{
border-color: #610781;
}
</style>