Shades of Indigo #660798
Tints of Indigo #660798
RGB
CMYK
RGB Variations
Color information
#660798 (or 0x660798) is known color: Indigo. HEX triplet: 66, 07 and 98. RGB value is (102,7,152). Sum of RGB (Red+Green+Blue) = 102+7+152=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 7 (3.12% from 255 or 2.68% from 261); Blue value is 152 (59.77% from 255 or 58.24% from 261); Max value from RGB is 152 - color contains mainly: blue. Hex color #660798 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660798 is #99F867. Grayscale: #333333. Windows color (decimal): -10090600 or 9963366. OLE color: 9963366.
HSL color Cylindrical-coordinate representation of color #660798: hue angle of 279.31º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660798 is Cyan = 0.33, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 7 | 152 | - |
| CMYK | 0.33 | 0.95 | 0 | 0.40 |
| HSL | 279.31º | 0.91% | 0.31% | - |
| HSV(B) | 279.31º | 0.95% | 0.6% | - |
| XYZ | 11.22 | 5.24 | 30.13 | - |
| YUV | 51.94 | 184.47 | 163.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 7 | 152 | 0.33 | 0.95 | 0 | 0.40 | 279.31 | 0.91 | 0.31 |
| Hex | 66 | 7 | 98 | 21 | 5F | 0 | 28 | 117 | 5B | 1F |
| Octal | 146 | 7 | 230 | 41 | 137 | 0 | 50 | 427 | 133 | 37 |
| Binary | 1100110 | 111 | 10011000 | 100001 | 1011111 | 0 | 101000 | 100010111 | 1011011 | 11111 |
Color Harmonies of #660798
Complementary color
Monochromatic Colors of #660798
Black with #660798
Text Example
Text Example
White with #660798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660798; }
p { color: rgb(102,7,152); }
H1.HeaderClassName
{
color: #660798;
}
.AnyTagClassName
{
color: #660798;
}
</style>
background-color css
<style>
a { background-color: #660798; }
a { background-color: rgb(102,7,152); }
div.DivClassName
{
background-color: #660798;
}
.BgClassName
{
background-color: #660798;
}
</style>
border-color css
<style>
span { border-color: #660798; }
span { border-color: rgb(102,7,152); }
td.TdClassName
{
border-color: #660798;
}
.TagClassName
{
border-color: #660798;
}
</style>