Shades of Indigo #660A87
Tints of Indigo #660A87
RGB
CMYK
RGB Variations
Color information
#660A87 (or 0x660A87) is known color: Indigo. HEX triplet: 66, 0A and 87. RGB value is (102,10,135). Sum of RGB (Red+Green+Blue) = 102+10+135=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 10 (4.30% from 255 or 4.05% from 247); Blue value is 135 (53.12% from 255 or 54.66% from 247); Max value from RGB is 135 - color contains mainly: blue. Hex color #660A87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660A87 is #99F578. Grayscale: #333333. Windows color (decimal): -10089849 or 8850022. OLE color: 8850022.
HSL color Cylindrical-coordinate representation of color #660A87: hue angle of 284.16º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #660A87 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 10 | 135 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.47 |
| HSL | 284.16º | 0.86% | 0.28% | - |
| HSV(B) | 284.16º | 0.93% | 0.53% | - |
| XYZ | 9.96 | 4.79 | 23.32 | - |
| YUV | 51.76 | 174.98 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 10 | 135 | 0.24 | 0.93 | 0 | 0.47 | 284.16 | 0.86 | 0.28 |
| Hex | 66 | A | 87 | 18 | 5D | 0 | 2F | 11C | 56 | 1C |
| Octal | 146 | 12 | 207 | 30 | 135 | 0 | 57 | 434 | 126 | 34 |
| Binary | 1100110 | 1010 | 10000111 | 11000 | 1011101 | 0 | 101111 | 100011100 | 1010110 | 11100 |
Color Harmonies of #660A87
Complementary color
Monochromatic Colors of #660A87
Black with #660A87
Text Example
Text Example
White with #660A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660A87; }
p { color: rgb(102,10,135); }
H1.HeaderClassName
{
color: #660A87;
}
.AnyTagClassName
{
color: #660A87;
}
</style>
background-color css
<style>
a { background-color: #660A87; }
a { background-color: rgb(102,10,135); }
div.DivClassName
{
background-color: #660A87;
}
.BgClassName
{
background-color: #660A87;
}
</style>
border-color css
<style>
span { border-color: #660A87; }
span { border-color: rgb(102,10,135); }
td.TdClassName
{
border-color: #660A87;
}
.TagClassName
{
border-color: #660A87;
}
</style>