Shades of Indigo #660F8F
Tints of Indigo #660F8F
RGB
CMYK
RGB Variations
Color information
#660F8F (or 0x660F8F) is known color: Indigo. HEX triplet: 66, 0F and 8F. RGB value is (102,15,143). Sum of RGB (Red+Green+Blue) = 102+15+143=260 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.23% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #660F8F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660F8F is #99F070. Grayscale: #373737. Windows color (decimal): -10088561 or 9375590. OLE color: 9375590.
HSL color Cylindrical-coordinate representation of color #660F8F: hue angle of 280.78º degrees, saturation: 0.81, 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 #660F8F is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 15 | 143 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.44 |
| HSL | 280.78º | 0.81% | 0.31% | - |
| HSV(B) | 280.78º | 0.9% | 0.56% | - |
| XYZ | 10.61 | 5.15 | 26.42 | - |
| YUV | 55.61 | 177.32 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 15 | 143 | 0.29 | 0.90 | 0 | 0.44 | 280.78 | 0.81 | 0.31 |
| Hex | 66 | F | 8F | 1D | 5A | 0 | 2C | 119 | 51 | 1F |
| Octal | 146 | 17 | 217 | 35 | 132 | 0 | 54 | 431 | 121 | 37 |
| Binary | 1100110 | 1111 | 10001111 | 11101 | 1011010 | 0 | 101100 | 100011001 | 1010001 | 11111 |
Color Harmonies of #660F8F
Complementary color
Monochromatic Colors of #660F8F
Black with #660F8F
Text Example
Text Example
White with #660F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660F8F; }
p { color: rgb(102,15,143); }
H1.HeaderClassName
{
color: #660F8F;
}
.AnyTagClassName
{
color: #660F8F;
}
</style>
background-color css
<style>
a { background-color: #660F8F; }
a { background-color: rgb(102,15,143); }
div.DivClassName
{
background-color: #660F8F;
}
.BgClassName
{
background-color: #660F8F;
}
</style>
border-color css
<style>
span { border-color: #660F8F; }
span { border-color: rgb(102,15,143); }
td.TdClassName
{
border-color: #660F8F;
}
.TagClassName
{
border-color: #660F8F;
}
</style>