Shades of Indigo #661190
Tints of Indigo #661190
RGB
CMYK
RGB Variations
Color information
#661190 (or 0x661190) is known color: Indigo. HEX triplet: 66, 11 and 90. RGB value is (102,17,144). Sum of RGB (Red+Green+Blue) = 102+17+144=263 (34% of max value = 765). Red value is 102 (40.23% from 255 or 38.78% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 144 (56.64% from 255 or 54.75% from 263); Max value from RGB is 144 - color contains mainly: blue. Hex color #661190 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661190 is #99EE6F. Grayscale: #383838. Windows color (decimal): -10088048 or 9441638. OLE color: 9441638.
HSL color Cylindrical-coordinate representation of color #661190: hue angle of 280.16º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661190 is Cyan = 0.29, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 17 | 144 | - |
| CMYK | 0.29 | 0.88 | 0 | 0.44 |
| HSL | 280.16º | 0.79% | 0.32% | - |
| HSV(B) | 280.16º | 0.88% | 0.56% | - |
| XYZ | 10.71 | 5.24 | 26.83 | - |
| YUV | 56.89 | 177.16 | 160.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 144 | 0.29 | 0.88 | 0 | 0.44 | 280.16 | 0.79 | 0.32 |
| Hex | 66 | 11 | 90 | 1D | 58 | 0 | 2C | 118 | 4F | 20 |
| Octal | 146 | 21 | 220 | 35 | 130 | 0 | 54 | 430 | 117 | 40 |
| Binary | 1100110 | 10001 | 10010000 | 11101 | 1011000 | 0 | 101100 | 100011000 | 1001111 | 100000 |
Color Harmonies of #661190
Complementary color
Monochromatic Colors of #661190
Black with #661190
Text Example
Text Example
White with #661190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661190; }
p { color: rgb(102,17,144); }
H1.HeaderClassName
{
color: #661190;
}
.AnyTagClassName
{
color: #661190;
}
</style>
background-color css
<style>
a { background-color: #661190; }
a { background-color: rgb(102,17,144); }
div.DivClassName
{
background-color: #661190;
}
.BgClassName
{
background-color: #661190;
}
</style>
border-color css
<style>
span { border-color: #661190; }
span { border-color: rgb(102,17,144); }
td.TdClassName
{
border-color: #661190;
}
.TagClassName
{
border-color: #661190;
}
</style>