Shades of Indigo #610194
Tints of Indigo #610194
RGB
CMYK
RGB Variations
Color information
#610194 (or 0x610194) is known color: Indigo. HEX triplet: 61, 01 and 94. RGB value is (97,1,148). Sum of RGB (Red+Green+Blue) = 97+1+148=246 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.43% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 148 (58.20% from 255 or 60.16% from 246); Max value from RGB is 148 - color contains mainly: blue. Hex color #610194 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610194 is #9EFE6B. Grayscale: #2D2D2D. Windows color (decimal): -10419820 or 9699681. OLE color: 9699681.
HSL color Cylindrical-coordinate representation of color #610194: hue angle of 279.18º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610194 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 1 | 148 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.42 |
| HSL | 279.18º | 0.99% | 0.29% | - |
| HSV(B) | 279.18º | 0.99% | 0.58% | - |
| XYZ | 10.29 | 4.7 | 28.38 | - |
| YUV | 46.46 | 185.3 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 148 | 0.34 | 0.99 | 0 | 0.42 | 279.18 | 0.99 | 0.29 |
| Hex | 61 | 1 | 94 | 22 | 63 | 0 | 2A | 117 | 63 | 1D |
| Octal | 141 | 1 | 224 | 42 | 143 | 0 | 52 | 427 | 143 | 35 |
| Binary | 1100001 | 1 | 10010100 | 100010 | 1100011 | 0 | 101010 | 100010111 | 1100011 | 11101 |
Color Harmonies of #610194
Complementary color
Monochromatic Colors of #610194
Black with #610194
Text Example
Text Example
White with #610194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610194; }
p { color: rgb(97,1,148); }
H1.HeaderClassName
{
color: #610194;
}
.AnyTagClassName
{
color: #610194;
}
</style>
background-color css
<style>
a { background-color: #610194; }
a { background-color: rgb(97,1,148); }
div.DivClassName
{
background-color: #610194;
}
.BgClassName
{
background-color: #610194;
}
</style>
border-color css
<style>
span { border-color: #610194; }
span { border-color: rgb(97,1,148); }
td.TdClassName
{
border-color: #610194;
}
.TagClassName
{
border-color: #610194;
}
</style>