Shades of Indigo #610394
Tints of Indigo #610394
RGB
CMYK
RGB Variations
Color information
#610394 (or 0x610394) is known color: Indigo. HEX triplet: 61, 03 and 94. RGB value is (97,3,148). Sum of RGB (Red+Green+Blue) = 97+3+148=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 148 (58.20% from 255 or 59.68% from 248); Max value from RGB is 148 - color contains mainly: blue. Hex color #610394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #610394 is #9EFC6B. Grayscale: #2F2F2F. Windows color (decimal): -10419308 or 9700193. OLE color: 9700193.
HSL color Cylindrical-coordinate representation of color #610394: hue angle of 278.9º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #610394 is Cyan = 0.34, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 97 | 3 | 148 | - |
| CMYK | 0.34 | 0.98 | 0 | 0.42 |
| HSL | 278.9º | 0.96% | 0.3% | - |
| HSV(B) | 278.9º | 0.98% | 0.58% | - |
| XYZ | 10.31 | 4.74 | 28.39 | - |
| YUV | 47.64 | 184.64 | 163.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 3 | 148 | 0.34 | 0.98 | 0 | 0.42 | 278.9 | 0.96 | 0.3 |
| Hex | 61 | 3 | 94 | 22 | 62 | 0 | 2A | 117 | 60 | 1E |
| Octal | 141 | 3 | 224 | 42 | 142 | 0 | 52 | 427 | 140 | 36 |
| Binary | 1100001 | 11 | 10010100 | 100010 | 1100010 | 0 | 101010 | 100010111 | 1100000 | 11110 |
Color Harmonies of #610394
Complementary color
Monochromatic Colors of #610394
Black with #610394
Text Example
Text Example
White with #610394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #610394; }
p { color: rgb(97,3,148); }
H1.HeaderClassName
{
color: #610394;
}
.AnyTagClassName
{
color: #610394;
}
</style>
background-color css
<style>
a { background-color: #610394; }
a { background-color: rgb(97,3,148); }
div.DivClassName
{
background-color: #610394;
}
.BgClassName
{
background-color: #610394;
}
</style>
border-color css
<style>
span { border-color: #610394; }
span { border-color: rgb(97,3,148); }
td.TdClassName
{
border-color: #610394;
}
.TagClassName
{
border-color: #610394;
}
</style>