Shades of Indigo #641197
Tints of Indigo #641197
RGB
CMYK
RGB Variations
Color information
#641197 (or 0x641197) is known color: Indigo. HEX triplet: 64, 11 and 97. RGB value is (100,17,151). Sum of RGB (Red+Green+Blue) = 100+17+151=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 151 (59.38% from 255 or 56.34% from 268); Max value from RGB is 151 - color contains mainly: blue. Hex color #641197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641197 is #9BEE68. Grayscale: #383838. Windows color (decimal): -10219113 or 9900388. OLE color: 9900388.
HSL color Cylindrical-coordinate representation of color #641197: hue angle of 277.16º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #641197 is Cyan = 0.34, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 17 | 151 | - |
| CMYK | 0.34 | 0.89 | 0 | 0.41 |
| HSL | 277.16º | 0.8% | 0.33% | - |
| HSV(B) | 277.16º | 0.89% | 0.59% | - |
| XYZ | 11.04 | 5.34 | 29.73 | - |
| YUV | 57.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 151 | 0.34 | 0.89 | 0 | 0.41 | 277.16 | 0.8 | 0.33 |
| Hex | 64 | 11 | 97 | 22 | 59 | 0 | 29 | 115 | 50 | 21 |
| Octal | 144 | 21 | 227 | 42 | 131 | 0 | 51 | 425 | 120 | 41 |
| Binary | 1100100 | 10001 | 10010111 | 100010 | 1011001 | 0 | 101001 | 100010101 | 1010000 | 100001 |
Color Harmonies of #641197
Complementary color
Monochromatic Colors of #641197
Black with #641197
Text Example
Text Example
White with #641197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641197; }
p { color: rgb(100,17,151); }
H1.HeaderClassName
{
color: #641197;
}
.AnyTagClassName
{
color: #641197;
}
</style>
background-color css
<style>
a { background-color: #641197; }
a { background-color: rgb(100,17,151); }
div.DivClassName
{
background-color: #641197;
}
.BgClassName
{
background-color: #641197;
}
</style>
border-color css
<style>
span { border-color: #641197; }
span { border-color: rgb(100,17,151); }
td.TdClassName
{
border-color: #641197;
}
.TagClassName
{
border-color: #641197;
}
</style>