Shades of Indigo #661697
Tints of Indigo #661697
RGB
CMYK
RGB Variations
Color information
#661697 (or 0x661697) is known color: Indigo. HEX triplet: 66, 16 and 97. RGB value is (102,22,151). Sum of RGB (Red+Green+Blue) = 102+22+151=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 22 (8.98% from 255 or 8% from 275); Blue value is 151 (59.38% from 255 or 54.91% from 275); Max value from RGB is 151 - color contains mainly: blue. Hex color #661697 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661697 is #99E968. Grayscale: #3C3C3C. Windows color (decimal): -10086761 or 9901670. OLE color: 9901670.
HSL color Cylindrical-coordinate representation of color #661697: hue angle of 277.21º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661697 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 102 | 22 | 151 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.41 |
| HSL | 277.21º | 0.75% | 0.34% | - |
| HSV(B) | 277.21º | 0.85% | 0.59% | - |
| XYZ | 11.35 | 5.63 | 29.77 | - |
| YUV | 60.63 | 179 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 151 | 0.32 | 0.85 | 0 | 0.41 | 277.21 | 0.75 | 0.34 |
| Hex | 66 | 16 | 97 | 20 | 55 | 0 | 29 | 115 | 4B | 22 |
| Octal | 146 | 26 | 227 | 40 | 125 | 0 | 51 | 425 | 113 | 42 |
| Binary | 1100110 | 10110 | 10010111 | 100000 | 1010101 | 0 | 101001 | 100010101 | 1001011 | 100010 |
Color Harmonies of #661697
Complementary color
Monochromatic Colors of #661697
Black with #661697
Text Example
Text Example
White with #661697
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661697; }
p { color: rgb(102,22,151); }
H1.HeaderClassName
{
color: #661697;
}
.AnyTagClassName
{
color: #661697;
}
</style>
background-color css
<style>
a { background-color: #661697; }
a { background-color: rgb(102,22,151); }
div.DivClassName
{
background-color: #661697;
}
.BgClassName
{
background-color: #661697;
}
</style>
border-color css
<style>
span { border-color: #661697; }
span { border-color: rgb(102,22,151); }
td.TdClassName
{
border-color: #661697;
}
.TagClassName
{
border-color: #661697;
}
</style>