Shades of Indigo #661195
Tints of Indigo #661195
RGB
CMYK
RGB Variations
Color information
#661195 (or 0x661195) is known color: Indigo. HEX triplet: 66, 11 and 95. RGB value is (102,17,149). Sum of RGB (Red+Green+Blue) = 102+17+149=268 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.06% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 149 (58.59% from 255 or 55.60% from 268); Max value from RGB is 149 - color contains mainly: blue. Hex color #661195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661195 is #99EE6A. Grayscale: #393939. Windows color (decimal): -10088043 or 9769318. OLE color: 9769318.
HSL color Cylindrical-coordinate representation of color #661195: hue angle of 278.64º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #661195 is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 17 | 149 | - |
| CMYK | 0.32 | 0.89 | 0 | 0.42 |
| HSL | 278.64º | 0.8% | 0.33% | - |
| HSV(B) | 278.64º | 0.89% | 0.58% | - |
| XYZ | 11.1 | 5.4 | 28.89 | - |
| YUV | 57.46 | 179.66 | 159.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 17 | 149 | 0.32 | 0.89 | 0 | 0.42 | 278.64 | 0.8 | 0.33 |
| Hex | 66 | 11 | 95 | 20 | 59 | 0 | 2A | 117 | 50 | 21 |
| Octal | 146 | 21 | 225 | 40 | 131 | 0 | 52 | 427 | 120 | 41 |
| Binary | 1100110 | 10001 | 10010101 | 100000 | 1011001 | 0 | 101010 | 100010111 | 1010000 | 100001 |
Color Harmonies of #661195
Complementary color
Monochromatic Colors of #661195
Black with #661195
Text Example
Text Example
White with #661195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661195; }
p { color: rgb(102,17,149); }
H1.HeaderClassName
{
color: #661195;
}
.AnyTagClassName
{
color: #661195;
}
</style>
background-color css
<style>
a { background-color: #661195; }
a { background-color: rgb(102,17,149); }
div.DivClassName
{
background-color: #661195;
}
.BgClassName
{
background-color: #661195;
}
</style>
border-color css
<style>
span { border-color: #661195; }
span { border-color: rgb(102,17,149); }
td.TdClassName
{
border-color: #661195;
}
.TagClassName
{
border-color: #661195;
}
</style>