Shades of Indigo #660088
Tints of Indigo #660088
RGB
CMYK
RGB Variations
Color information
#660088 (or 0x660088) is known color: Indigo. HEX triplet: 66, 00 and 88. RGB value is (102,0,136). Sum of RGB (Red+Green+Blue) = 102+0+136=238 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.86% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 136 (53.52% from 255 or 57.14% from 238); Max value from RGB is 136 - color contains mainly: blue. Hex color #660088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660088 is #99FF77. Grayscale: #2D2D2D. Windows color (decimal): -10092408 or 8912998. OLE color: 8912998.
HSL color Cylindrical-coordinate representation of color #660088: hue angle of 285º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #660088 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 0 | 136 | - |
| CMYK | 0.25 | 1 | 0 | 0.47 |
| HSL | 285º | 1% | 0.27% | - |
| HSV(B) | 285º | 1% | 0.53% | - |
| XYZ | 9.92 | 4.6 | 23.66 | - |
| YUV | 46 | 178.79 | 167.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 0 | 136 | 0.25 | 1 | 0 | 0.47 | 285 | 1 | 0.27 |
| Hex | 66 | 0 | 88 | 19 | 64 | 0 | 2F | 11D | 64 | 1B |
| Octal | 146 | 0 | 210 | 31 | 144 | 0 | 57 | 435 | 144 | 33 |
| Binary | 1100110 | 0 | 10001000 | 11001 | 1100100 | 0 | 101111 | 100011101 | 1100100 | 11011 |
Color Harmonies of #660088
Complementary color
Monochromatic Colors of #660088
Black with #660088
Text Example
Text Example
White with #660088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660088; }
p { color: rgb(102,0,136); }
H1.HeaderClassName
{
color: #660088;
}
.AnyTagClassName
{
color: #660088;
}
</style>
background-color css
<style>
a { background-color: #660088; }
a { background-color: rgb(102,0,136); }
div.DivClassName
{
background-color: #660088;
}
.BgClassName
{
background-color: #660088;
}
</style>
border-color css
<style>
span { border-color: #660088; }
span { border-color: rgb(102,0,136); }
td.TdClassName
{
border-color: #660088;
}
.TagClassName
{
border-color: #660088;
}
</style>