Shades of Indigo #660D84
Tints of Indigo #660D84
RGB
CMYK
RGB Variations
Color information
#660D84 (or 0x660D84) is known color: Indigo. HEX triplet: 66, 0D and 84. RGB value is (102,13,132). Sum of RGB (Red+Green+Blue) = 102+13+132=247 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.30% from 247); Green value is 13 (5.47% from 255 or 5.26% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #660D84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660D84 is #99F27B. Grayscale: #343434. Windows color (decimal): -10089084 or 8654182. OLE color: 8654182.
HSL color Cylindrical-coordinate representation of color #660D84: hue angle of 284.87º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660D84 is Cyan = 0.23, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 13 | 132 | - |
| CMYK | 0.23 | 0.90 | 0 | 0.48 |
| HSL | 284.87º | 0.82% | 0.28% | - |
| HSV(B) | 284.87º | 0.9% | 0.52% | - |
| XYZ | 9.79 | 4.78 | 22.24 | - |
| YUV | 53.18 | 172.49 | 162.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 13 | 132 | 0.23 | 0.90 | 0 | 0.48 | 284.87 | 0.82 | 0.28 |
| Hex | 66 | D | 84 | 17 | 5A | 0 | 30 | 11D | 52 | 1C |
| Octal | 146 | 15 | 204 | 27 | 132 | 0 | 60 | 435 | 122 | 34 |
| Binary | 1100110 | 1101 | 10000100 | 10111 | 1011010 | 0 | 110000 | 100011101 | 1010010 | 11100 |
Color Harmonies of #660D84
Complementary color
Monochromatic Colors of #660D84
Black with #660D84
Text Example
Text Example
White with #660D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660D84; }
p { color: rgb(102,13,132); }
H1.HeaderClassName
{
color: #660D84;
}
.AnyTagClassName
{
color: #660D84;
}
</style>
background-color css
<style>
a { background-color: #660D84; }
a { background-color: rgb(102,13,132); }
div.DivClassName
{
background-color: #660D84;
}
.BgClassName
{
background-color: #660D84;
}
</style>
border-color css
<style>
span { border-color: #660D84; }
span { border-color: rgb(102,13,132); }
td.TdClassName
{
border-color: #660D84;
}
.TagClassName
{
border-color: #660D84;
}
</style>