Shades of Indigo #660991
Tints of Indigo #660991
RGB
CMYK
RGB Variations
Color information
#660991 (or 0x660991) is known color: Indigo. HEX triplet: 66, 09 and 91. RGB value is (102,9,145). Sum of RGB (Red+Green+Blue) = 102+9+145=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 145 (57.03% from 255 or 56.64% from 256); Max value from RGB is 145 - color contains mainly: blue. Hex color #660991 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660991 is #99F66E. Grayscale: #333333. Windows color (decimal): -10090095 or 9505126. OLE color: 9505126.
HSL color Cylindrical-coordinate representation of color #660991: hue angle of 281.03º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660991 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 9 | 145 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.43 |
| HSL | 281.03º | 0.88% | 0.3% | - |
| HSV(B) | 281.03º | 0.94% | 0.57% | - |
| XYZ | 10.69 | 5.06 | 27.2 | - |
| YUV | 52.31 | 180.31 | 163.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 145 | 0.30 | 0.94 | 0 | 0.43 | 281.03 | 0.88 | 0.3 |
| Hex | 66 | 9 | 91 | 1E | 5E | 0 | 2B | 119 | 58 | 1E |
| Octal | 146 | 11 | 221 | 36 | 136 | 0 | 53 | 431 | 130 | 36 |
| Binary | 1100110 | 1001 | 10010001 | 11110 | 1011110 | 0 | 101011 | 100011001 | 1011000 | 11110 |
Color Harmonies of #660991
Complementary color
Monochromatic Colors of #660991
Black with #660991
Text Example
Text Example
White with #660991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660991; }
p { color: rgb(102,9,145); }
H1.HeaderClassName
{
color: #660991;
}
.AnyTagClassName
{
color: #660991;
}
</style>
background-color css
<style>
a { background-color: #660991; }
a { background-color: rgb(102,9,145); }
div.DivClassName
{
background-color: #660991;
}
.BgClassName
{
background-color: #660991;
}
</style>
border-color css
<style>
span { border-color: #660991; }
span { border-color: rgb(102,9,145); }
td.TdClassName
{
border-color: #660991;
}
.TagClassName
{
border-color: #660991;
}
</style>