Shades of Indigo #660990
Tints of Indigo #660990
RGB
CMYK
RGB Variations
Color information
#660990 (or 0x660990) is known color: Indigo. HEX triplet: 66, 09 and 90. RGB value is (102,9,144). Sum of RGB (Red+Green+Blue) = 102+9+144=255 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 144 (56.64% from 255 or 56.47% from 255); Max value from RGB is 144 - color contains mainly: blue. Hex color #660990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660990 is #99F66F. Grayscale: #333333. Windows color (decimal): -10090096 or 9439590. OLE color: 9439590.
HSL color Cylindrical-coordinate representation of color #660990: hue angle of 281.33º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660990 is Cyan = 0.29, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 9 | 144 | - |
| CMYK | 0.29 | 0.94 | 0 | 0.44 |
| HSL | 281.33º | 0.88% | 0.3% | - |
| HSV(B) | 281.33º | 0.94% | 0.56% | - |
| XYZ | 10.61 | 5.03 | 26.8 | - |
| YUV | 52.2 | 179.81 | 163.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 144 | 0.29 | 0.94 | 0 | 0.44 | 281.33 | 0.88 | 0.3 |
| Hex | 66 | 9 | 90 | 1D | 5E | 0 | 2C | 119 | 58 | 1E |
| Octal | 146 | 11 | 220 | 35 | 136 | 0 | 54 | 431 | 130 | 36 |
| Binary | 1100110 | 1001 | 10010000 | 11101 | 1011110 | 0 | 101100 | 100011001 | 1011000 | 11110 |
Color Harmonies of #660990
Complementary color
Monochromatic Colors of #660990
Black with #660990
Text Example
Text Example
White with #660990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660990; }
p { color: rgb(102,9,144); }
H1.HeaderClassName
{
color: #660990;
}
.AnyTagClassName
{
color: #660990;
}
</style>
background-color css
<style>
a { background-color: #660990; }
a { background-color: rgb(102,9,144); }
div.DivClassName
{
background-color: #660990;
}
.BgClassName
{
background-color: #660990;
}
</style>
border-color css
<style>
span { border-color: #660990; }
span { border-color: rgb(102,9,144); }
td.TdClassName
{
border-color: #660990;
}
.TagClassName
{
border-color: #660990;
}
</style>