Shades of Indigo #660D85
Tints of Indigo #660D85
RGB
CMYK
RGB Variations
Color information
#660D85 (or 0x660D85) is known color: Indigo. HEX triplet: 66, 0D and 85. RGB value is (102,13,133). Sum of RGB (Red+Green+Blue) = 102+13+133=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #660D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660D85 is #99F27A. Grayscale: #343434. Windows color (decimal): -10089083 or 8719718. OLE color: 8719718.
HSL color Cylindrical-coordinate representation of color #660D85: hue angle of 284.5º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660D85 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 13 | 133 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.48 |
| HSL | 284.5º | 0.82% | 0.29% | - |
| HSV(B) | 284.5º | 0.9% | 0.52% | - |
| XYZ | 9.86 | 4.81 | 22.6 | - |
| YUV | 53.29 | 172.99 | 162.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 133 | 0.23 | 0.90 | 0 | 0.48 | 284.5 | 0.82 | 0.29 |
| Hex | 66 | D | 85 | 17 | 5A | 0 | 30 | 11C | 52 | 1D |
| Octal | 146 | 15 | 205 | 27 | 132 | 0 | 60 | 434 | 122 | 35 |
| Binary | 1100110 | 1101 | 10000101 | 10111 | 1011010 | 0 | 110000 | 100011100 | 1010010 | 11101 |
Color Harmonies of #660D85
Complementary color
Monochromatic Colors of #660D85
Black with #660D85
Text Example
Text Example
White with #660D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D85; }
p { color: rgb(102,13,133); }
H1.HeaderClassName
{
color: #660D85;
}
.AnyTagClassName
{
color: #660D85;
}
</style>
background-color css
<style>
a { background-color: #660D85; }
a { background-color: rgb(102,13,133); }
div.DivClassName
{
background-color: #660D85;
}
.BgClassName
{
background-color: #660D85;
}
</style>
border-color css
<style>
span { border-color: #660D85; }
span { border-color: rgb(102,13,133); }
td.TdClassName
{
border-color: #660D85;
}
.TagClassName
{
border-color: #660D85;
}
</style>