Shades of Indigo #660E8E
Tints of Indigo #660E8E
RGB
CMYK
RGB Variations
Color information
#660E8E (or 0x660E8E) is known color: Indigo. HEX triplet: 66, 0E and 8E. RGB value is (102,14,142). Sum of RGB (Red+Green+Blue) = 102+14+142=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 14 (5.86% from 255 or 5.43% from 258); Blue value is 142 (55.86% from 255 or 55.04% from 258); Max value from RGB is 142 - color contains mainly: blue. Hex color #660E8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660E8E is #99F171. Grayscale: #363636. Windows color (decimal): -10088818 or 9309798. OLE color: 9309798.
HSL color Cylindrical-coordinate representation of color #660E8E: hue angle of 281.25º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660E8E is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 14 | 142 | - |
| CMYK | 0.28 | 0.90 | 0 | 0.44 |
| HSL | 281.25º | 0.82% | 0.31% | - |
| HSV(B) | 281.25º | 0.9% | 0.56% | - |
| XYZ | 10.52 | 5.09 | 26.02 | - |
| YUV | 54.9 | 177.15 | 161.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 14 | 142 | 0.28 | 0.90 | 0 | 0.44 | 281.25 | 0.82 | 0.31 |
| Hex | 66 | E | 8E | 1C | 5A | 0 | 2C | 119 | 52 | 1F |
| Octal | 146 | 16 | 216 | 34 | 132 | 0 | 54 | 431 | 122 | 37 |
| Binary | 1100110 | 1110 | 10001110 | 11100 | 1011010 | 0 | 101100 | 100011001 | 1010010 | 11111 |
Color Harmonies of #660E8E
Complementary color
Monochromatic Colors of #660E8E
Black with #660E8E
Text Example
Text Example
White with #660E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660E8E; }
p { color: rgb(102,14,142); }
H1.HeaderClassName
{
color: #660E8E;
}
.AnyTagClassName
{
color: #660E8E;
}
</style>
background-color css
<style>
a { background-color: #660E8E; }
a { background-color: rgb(102,14,142); }
div.DivClassName
{
background-color: #660E8E;
}
.BgClassName
{
background-color: #660E8E;
}
</style>
border-color css
<style>
span { border-color: #660E8E; }
span { border-color: rgb(102,14,142); }
td.TdClassName
{
border-color: #660E8E;
}
.TagClassName
{
border-color: #660E8E;
}
</style>