Shades of Indigo #660992
Tints of Indigo #660992
RGB
CMYK
RGB Variations
Color information
#660992 (or 0x660992) is known color: Indigo. HEX triplet: 66, 09 and 92. RGB value is (102,9,146). Sum of RGB (Red+Green+Blue) = 102+9+146=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #660992 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660992 is #99F66D. Grayscale: #333333. Windows color (decimal): -10090094 or 9570662. OLE color: 9570662.
HSL color Cylindrical-coordinate representation of color #660992: hue angle of 280.73º 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 #660992 is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 9 | 146 | - |
| CMYK | 0.30 | 0.94 | 0 | 0.43 |
| HSL | 280.73º | 0.88% | 0.3% | - |
| HSV(B) | 280.73º | 0.94% | 0.57% | - |
| XYZ | 10.77 | 5.1 | 27.61 | - |
| YUV | 52.43 | 180.81 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 9 | 146 | 0.30 | 0.94 | 0 | 0.43 | 280.73 | 0.88 | 0.3 |
| Hex | 66 | 9 | 92 | 1E | 5E | 0 | 2B | 119 | 58 | 1E |
| Octal | 146 | 11 | 222 | 36 | 136 | 0 | 53 | 431 | 130 | 36 |
| Binary | 1100110 | 1001 | 10010010 | 11110 | 1011110 | 0 | 101011 | 100011001 | 1011000 | 11110 |
Color Harmonies of #660992
Complementary color
Monochromatic Colors of #660992
Black with #660992
Text Example
Text Example
White with #660992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660992; }
p { color: rgb(102,9,146); }
H1.HeaderClassName
{
color: #660992;
}
.AnyTagClassName
{
color: #660992;
}
</style>
background-color css
<style>
a { background-color: #660992; }
a { background-color: rgb(102,9,146); }
div.DivClassName
{
background-color: #660992;
}
.BgClassName
{
background-color: #660992;
}
</style>
border-color css
<style>
span { border-color: #660992; }
span { border-color: rgb(102,9,146); }
td.TdClassName
{
border-color: #660992;
}
.TagClassName
{
border-color: #660992;
}
</style>