Shades of Indigo #661798
Tints of Indigo #661798
RGB
CMYK
RGB Variations
Color information
#661798 (or 0x661798) is known color: Indigo. HEX triplet: 66, 17 and 98. RGB value is (102,23,152). Sum of RGB (Red+Green+Blue) = 102+23+152=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #661798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661798 is #99E867. Grayscale: #3C3C3C. Windows color (decimal): -10086504 or 9967462. OLE color: 9967462.
HSL color Cylindrical-coordinate representation of color #661798: hue angle of 276.74º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661798 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 23 | 152 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.40 |
| HSL | 276.74º | 0.74% | 0.34% | - |
| HSV(B) | 276.74º | 0.85% | 0.6% | - |
| XYZ | 11.45 | 5.7 | 30.2 | - |
| YUV | 61.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 23 | 152 | 0.33 | 0.85 | 0 | 0.40 | 276.74 | 0.74 | 0.34 |
| Hex | 66 | 17 | 98 | 21 | 55 | 0 | 28 | 115 | 4A | 22 |
| Octal | 146 | 27 | 230 | 41 | 125 | 0 | 50 | 425 | 112 | 42 |
| Binary | 1100110 | 10111 | 10011000 | 100001 | 1010101 | 0 | 101000 | 100010101 | 1001010 | 100010 |
Color Harmonies of #661798
Complementary color
Monochromatic Colors of #661798
Black with #661798
Text Example
Text Example
White with #661798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661798; }
p { color: rgb(102,23,152); }
H1.HeaderClassName
{
color: #661798;
}
.AnyTagClassName
{
color: #661798;
}
</style>
background-color css
<style>
a { background-color: #661798; }
a { background-color: rgb(102,23,152); }
div.DivClassName
{
background-color: #661798;
}
.BgClassName
{
background-color: #661798;
}
</style>
border-color css
<style>
span { border-color: #661798; }
span { border-color: rgb(102,23,152); }
td.TdClassName
{
border-color: #661798;
}
.TagClassName
{
border-color: #661798;
}
</style>