Shades of Indigo #661682
Tints of Indigo #661682
RGB
CMYK
RGB Variations
Color information
#661682 (or 0x661682) is known color: Indigo. HEX triplet: 66, 16 and 82. RGB value is (102,22,130). Sum of RGB (Red+Green+Blue) = 102+22+130=254 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.16% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 130 (51.17% from 255 or 51.18% from 254); Max value from RGB is 130 - color contains mainly: blue. Hex color #661682 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661682 is #99E97D. Grayscale: #393939. Windows color (decimal): -10086782 or 8525414. OLE color: 8525414.
HSL color Cylindrical-coordinate representation of color #661682: hue angle of 284.44º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661682 is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 22 | 130 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.49 |
| HSL | 284.44º | 0.71% | 0.3% | - |
| HSV(B) | 284.44º | 0.83% | 0.51% | - |
| XYZ | 9.8 | 5.01 | 21.57 | - |
| YUV | 58.23 | 168.5 | 159.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 22 | 130 | 0.22 | 0.83 | 0 | 0.49 | 284.44 | 0.71 | 0.3 |
| Hex | 66 | 16 | 82 | 16 | 53 | 0 | 31 | 11C | 47 | 1E |
| Octal | 146 | 26 | 202 | 26 | 123 | 0 | 61 | 434 | 107 | 36 |
| Binary | 1100110 | 10110 | 10000010 | 10110 | 1010011 | 0 | 110001 | 100011100 | 1000111 | 11110 |
Color Harmonies of #661682
Complementary color
Monochromatic Colors of #661682
Black with #661682
Text Example
Text Example
White with #661682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661682; }
p { color: rgb(102,22,130); }
H1.HeaderClassName
{
color: #661682;
}
.AnyTagClassName
{
color: #661682;
}
</style>
background-color css
<style>
a { background-color: #661682; }
a { background-color: rgb(102,22,130); }
div.DivClassName
{
background-color: #661682;
}
.BgClassName
{
background-color: #661682;
}
</style>
border-color css
<style>
span { border-color: #661682; }
span { border-color: rgb(102,22,130); }
td.TdClassName
{
border-color: #661682;
}
.TagClassName
{
border-color: #661682;
}
</style>