Shades of Indigo #661689
Tints of Indigo #661689
RGB
CMYK
RGB Variations
Color information
#661689 (or 0x661689) is known color: Indigo. HEX triplet: 66, 16 and 89. RGB value is (102,22,137). Sum of RGB (Red+Green+Blue) = 102+22+137=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #661689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661689 is #99E976. Grayscale: #3A3A3A. Windows color (decimal): -10086775 or 8984166. OLE color: 8984166.
HSL color Cylindrical-coordinate representation of color #661689: hue angle of 281.74º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661689 is Cyan = 0.26, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 22 | 137 | - |
| CMYK | 0.26 | 0.84 | 0 | 0.46 |
| HSL | 281.74º | 0.72% | 0.31% | - |
| HSV(B) | 281.74º | 0.84% | 0.54% | - |
| XYZ | 10.28 | 5.2 | 24.13 | - |
| YUV | 59.03 | 172 | 158.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 137 | 0.26 | 0.84 | 0 | 0.46 | 281.74 | 0.72 | 0.31 |
| Hex | 66 | 16 | 89 | 1A | 54 | 0 | 2E | 11A | 48 | 1F |
| Octal | 146 | 26 | 211 | 32 | 124 | 0 | 56 | 432 | 110 | 37 |
| Binary | 1100110 | 10110 | 10001001 | 11010 | 1010100 | 0 | 101110 | 100011010 | 1001000 | 11111 |
Color Harmonies of #661689
Complementary color
Monochromatic Colors of #661689
Black with #661689
Text Example
Text Example
White with #661689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661689; }
p { color: rgb(102,22,137); }
H1.HeaderClassName
{
color: #661689;
}
.AnyTagClassName
{
color: #661689;
}
</style>
background-color css
<style>
a { background-color: #661689; }
a { background-color: rgb(102,22,137); }
div.DivClassName
{
background-color: #661689;
}
.BgClassName
{
background-color: #661689;
}
</style>
border-color css
<style>
span { border-color: #661689; }
span { border-color: rgb(102,22,137); }
td.TdClassName
{
border-color: #661689;
}
.TagClassName
{
border-color: #661689;
}
</style>