Shades of Indigo #661488
Tints of Indigo #661488
RGB
CMYK
RGB Variations
Color information
#661488 (or 0x661488) is known color: Indigo. HEX triplet: 66, 14 and 88. RGB value is (102,20,136). Sum of RGB (Red+Green+Blue) = 102+20+136=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 20 (8.20% from 255 or 7.75% from 258); Blue value is 136 (53.52% from 255 or 52.71% from 258); Max value from RGB is 136 - color contains mainly: blue. Hex color #661488 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #661488 is #99EB77. Grayscale: #393939. Windows color (decimal): -10087288 or 8918118. OLE color: 8918118.
HSL color Cylindrical-coordinate representation of color #661488: hue angle of 282.41º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #661488 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 102 | 20 | 136 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.47 |
| HSL | 282.41º | 0.74% | 0.31% | - |
| HSV(B) | 282.41º | 0.85% | 0.53% | - |
| XYZ | 10.17 | 5.1 | 23.74 | - |
| YUV | 57.74 | 172.17 | 159.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 136 | 0.25 | 0.85 | 0 | 0.47 | 282.41 | 0.74 | 0.31 |
| Hex | 66 | 14 | 88 | 19 | 55 | 0 | 2F | 11A | 4A | 1F |
| Octal | 146 | 24 | 210 | 31 | 125 | 0 | 57 | 432 | 112 | 37 |
| Binary | 1100110 | 10100 | 10001000 | 11001 | 1010101 | 0 | 101111 | 100011010 | 1001010 | 11111 |
Color Harmonies of #661488
Complementary color
Monochromatic Colors of #661488
Black with #661488
Text Example
Text Example
White with #661488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #661488; }
p { color: rgb(102,20,136); }
H1.HeaderClassName
{
color: #661488;
}
.AnyTagClassName
{
color: #661488;
}
</style>
background-color css
<style>
a { background-color: #661488; }
a { background-color: rgb(102,20,136); }
div.DivClassName
{
background-color: #661488;
}
.BgClassName
{
background-color: #661488;
}
</style>
border-color css
<style>
span { border-color: #661488; }
span { border-color: rgb(102,20,136); }
td.TdClassName
{
border-color: #661488;
}
.TagClassName
{
border-color: #661488;
}
</style>