Shades of Indigo #610192
Tints of Indigo #610192
RGB
CMYK
RGB Variations
Color information
#610192 (or 0x610192) is known color: Indigo. HEX triplet: 61, 01 and 92. RGB value is (97,1,146). Sum of RGB (Red+Green+Blue) = 97+1+146=244 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.75% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 146 (57.42% from 255 or 59.84% from 244); Max value from RGB is 146 - color contains mainly: blue. Hex color #610192 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610192 is #9EFE6D. Grayscale: #2D2D2D. Windows color (decimal): -10419822 or 9568609. OLE color: 9568609.
HSL color Cylindrical-coordinate representation of color #610192: hue angle of 279.72º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610192 is Cyan = 0.34, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 97 | 1 | 146 | - |
| CMYK | 0.34 | 0.99 | 0 | 0.43 |
| HSL | 279.72º | 0.99% | 0.29% | - |
| HSV(B) | 279.72º | 0.99% | 0.57% | - |
| XYZ | 10.13 | 4.64 | 27.56 | - |
| YUV | 46.23 | 184.3 | 164.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 1 | 146 | 0.34 | 0.99 | 0 | 0.43 | 279.72 | 0.99 | 0.29 |
| Hex | 61 | 1 | 92 | 22 | 63 | 0 | 2B | 118 | 63 | 1D |
| Octal | 141 | 1 | 222 | 42 | 143 | 0 | 53 | 430 | 143 | 35 |
| Binary | 1100001 | 1 | 10010010 | 100010 | 1100011 | 0 | 101011 | 100011000 | 1100011 | 11101 |
Color Harmonies of #610192
Complementary color
Monochromatic Colors of #610192
Black with #610192
Text Example
Text Example
White with #610192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610192; }
p { color: rgb(97,1,146); }
H1.HeaderClassName
{
color: #610192;
}
.AnyTagClassName
{
color: #610192;
}
</style>
background-color css
<style>
a { background-color: #610192; }
a { background-color: rgb(97,1,146); }
div.DivClassName
{
background-color: #610192;
}
.BgClassName
{
background-color: #610192;
}
</style>
border-color css
<style>
span { border-color: #610192; }
span { border-color: rgb(97,1,146); }
td.TdClassName
{
border-color: #610192;
}
.TagClassName
{
border-color: #610192;
}
</style>