Shades of Indigo #661399
Tints of Indigo #661399
RGB
CMYK
RGB Variations
Color information
#661399 (or 0x661399) is known color: Indigo. HEX triplet: 66, 13 and 99. RGB value is (102,19,153). Sum of RGB (Red+Green+Blue) = 102+19+153=274 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.23% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 153 (60.16% from 255 or 55.84% from 274); Max value from RGB is 153 - color contains mainly: blue. Hex color #661399 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661399 is #99EC66. Grayscale: #3A3A3A. Windows color (decimal): -10087527 or 10031974. OLE color: 10031974.
HSL color Cylindrical-coordinate representation of color #661399: hue angle of 277.16º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #661399 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 102 | 19 | 153 | - |
| CMYK | 0.33 | 0.88 | 0 | 0.4 |
| HSL | 277.16º | 0.78% | 0.34% | - |
| HSV(B) | 277.16º | 0.88% | 0.6% | - |
| XYZ | 11.46 | 5.59 | 30.61 | - |
| YUV | 59.09 | 181 | 158.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 19 | 153 | 0.33 | 0.88 | 0 | 0.4 | 277.16 | 0.78 | 0.34 |
| Hex | 66 | 13 | 99 | 21 | 58 | 0 | 28 | 115 | 4E | 22 |
| Octal | 146 | 23 | 231 | 41 | 130 | 0 | 50 | 425 | 116 | 42 |
| Binary | 1100110 | 10011 | 10011001 | 100001 | 1011000 | 0 | 101000 | 100010101 | 1001110 | 100010 |
Color Harmonies of #661399
Complementary color
Monochromatic Colors of #661399
Black with #661399
Text Example
Text Example
White with #661399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661399; }
p { color: rgb(102,19,153); }
H1.HeaderClassName
{
color: #661399;
}
.AnyTagClassName
{
color: #661399;
}
</style>
background-color css
<style>
a { background-color: #661399; }
a { background-color: rgb(102,19,153); }
div.DivClassName
{
background-color: #661399;
}
.BgClassName
{
background-color: #661399;
}
</style>
border-color css
<style>
span { border-color: #661399; }
span { border-color: rgb(102,19,153); }
td.TdClassName
{
border-color: #661399;
}
.TagClassName
{
border-color: #661399;
}
</style>