Shades of Indigo #660582
Tints of Indigo #660582
RGB
CMYK
RGB Variations
Color information
#660582 (or 0x660582) is known color: Indigo. HEX triplet: 66, 05 and 82. RGB value is (102,5,130). Sum of RGB (Red+Green+Blue) = 102+5+130=237 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.04% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 130 (51.17% from 255 or 54.85% from 237); Max value from RGB is 130 - color contains mainly: blue. Hex color #660582 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660582 is #99FA7D. Grayscale: #2F2F2F. Windows color (decimal): -10091134 or 8521062. OLE color: 8521062.
HSL color Cylindrical-coordinate representation of color #660582: hue angle of 286.56º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #660582 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 5 | 130 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.49 |
| HSL | 286.56º | 0.93% | 0.26% | - |
| HSV(B) | 286.56º | 0.96% | 0.51% | - |
| XYZ | 9.56 | 4.55 | 21.49 | - |
| YUV | 48.25 | 174.14 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 130 | 0.22 | 0.96 | 0 | 0.49 | 286.56 | 0.93 | 0.26 |
| Hex | 66 | 5 | 82 | 16 | 60 | 0 | 31 | 11F | 5D | 1A |
| Octal | 146 | 5 | 202 | 26 | 140 | 0 | 61 | 437 | 135 | 32 |
| Binary | 1100110 | 101 | 10000010 | 10110 | 1100000 | 0 | 110001 | 100011111 | 1011101 | 11010 |
Color Harmonies of #660582
Complementary color
Monochromatic Colors of #660582
Black with #660582
Text Example
Text Example
White with #660582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660582; }
p { color: rgb(102,5,130); }
H1.HeaderClassName
{
color: #660582;
}
.AnyTagClassName
{
color: #660582;
}
</style>
background-color css
<style>
a { background-color: #660582; }
a { background-color: rgb(102,5,130); }
div.DivClassName
{
background-color: #660582;
}
.BgClassName
{
background-color: #660582;
}
</style>
border-color css
<style>
span { border-color: #660582; }
span { border-color: rgb(102,5,130); }
td.TdClassName
{
border-color: #660582;
}
.TagClassName
{
border-color: #660582;
}
</style>