Shades of Indigo #660584
Tints of Indigo #660584
RGB
CMYK
RGB Variations
Color information
#660584 (or 0x660584) is known color: Indigo. HEX triplet: 66, 05 and 84. RGB value is (102,5,132). Sum of RGB (Red+Green+Blue) = 102+5+132=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 5 (2.34% from 255 or 2.09% from 239); Blue value is 132 (51.95% from 255 or 55.23% from 239); Max value from RGB is 132 - color contains mainly: blue. Hex color #660584 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660584 is #99FA7B. Grayscale: #303030. Windows color (decimal): -10091132 or 8652134. OLE color: 8652134.
HSL color Cylindrical-coordinate representation of color #660584: hue angle of 285.83º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660584 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 102 | 5 | 132 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.48 |
| HSL | 285.83º | 0.93% | 0.27% | - |
| HSV(B) | 285.83º | 0.96% | 0.52% | - |
| XYZ | 9.7 | 4.6 | 22.21 | - |
| YUV | 48.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 132 | 0.23 | 0.96 | 0 | 0.48 | 285.83 | 0.93 | 0.27 |
| Hex | 66 | 5 | 84 | 17 | 60 | 0 | 30 | 11E | 5D | 1B |
| Octal | 146 | 5 | 204 | 27 | 140 | 0 | 60 | 436 | 135 | 33 |
| Binary | 1100110 | 101 | 10000100 | 10111 | 1100000 | 0 | 110000 | 100011110 | 1011101 | 11011 |
Color Harmonies of #660584
Complementary color
Monochromatic Colors of #660584
Black with #660584
Text Example
Text Example
White with #660584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660584; }
p { color: rgb(102,5,132); }
H1.HeaderClassName
{
color: #660584;
}
.AnyTagClassName
{
color: #660584;
}
</style>
background-color css
<style>
a { background-color: #660584; }
a { background-color: rgb(102,5,132); }
div.DivClassName
{
background-color: #660584;
}
.BgClassName
{
background-color: #660584;
}
</style>
border-color css
<style>
span { border-color: #660584; }
span { border-color: rgb(102,5,132); }
td.TdClassName
{
border-color: #660584;
}
.TagClassName
{
border-color: #660584;
}
</style>