Shades of Indigo #660482
Tints of Indigo #660482
RGB
CMYK
RGB Variations
Color information
#660482 (or 0x660482) is known color: Indigo. HEX triplet: 66, 04 and 82. RGB value is (102,4,130). Sum of RGB (Red+Green+Blue) = 102+4+130=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #660482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660482 is #99FB7D. Grayscale: #2F2F2F. Windows color (decimal): -10091390 or 8520806. OLE color: 8520806.
HSL color Cylindrical-coordinate representation of color #660482: hue angle of 286.67º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660482 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 4 | 130 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.49 |
| HSL | 286.67º | 0.94% | 0.26% | - |
| HSV(B) | 286.67º | 0.97% | 0.51% | - |
| XYZ | 9.55 | 4.52 | 21.49 | - |
| YUV | 47.67 | 174.47 | 166.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 4 | 130 | 0.22 | 0.97 | 0 | 0.49 | 286.67 | 0.94 | 0.26 |
| Hex | 66 | 4 | 82 | 16 | 61 | 0 | 31 | 11F | 5E | 1A |
| Octal | 146 | 4 | 202 | 26 | 141 | 0 | 61 | 437 | 136 | 32 |
| Binary | 1100110 | 100 | 10000010 | 10110 | 1100001 | 0 | 110001 | 100011111 | 1011110 | 11010 |
Color Harmonies of #660482
Complementary color
Monochromatic Colors of #660482
Black with #660482
Text Example
Text Example
White with #660482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660482; }
p { color: rgb(102,4,130); }
H1.HeaderClassName
{
color: #660482;
}
.AnyTagClassName
{
color: #660482;
}
</style>
background-color css
<style>
a { background-color: #660482; }
a { background-color: rgb(102,4,130); }
div.DivClassName
{
background-color: #660482;
}
.BgClassName
{
background-color: #660482;
}
</style>
border-color css
<style>
span { border-color: #660482; }
span { border-color: rgb(102,4,130); }
td.TdClassName
{
border-color: #660482;
}
.TagClassName
{
border-color: #660482;
}
</style>