Shades of Indigo #660881
Tints of Indigo #660881
RGB
CMYK
RGB Variations
Color information
#660881 (or 0x660881) is known color: Indigo. HEX triplet: 66, 08 and 81. RGB value is (102,8,129). Sum of RGB (Red+Green+Blue) = 102+8+129=239 (31% of max value = 765). Red value is 102 (40.23% from 255 or 42.68% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 129 (50.78% from 255 or 53.97% from 239); Max value from RGB is 129 - color contains mainly: blue. Hex color #660881 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660881 is #99F77E. Grayscale: #313131. Windows color (decimal): -10090367 or 8456294. OLE color: 8456294.
HSL color Cylindrical-coordinate representation of color #660881: hue angle of 286.61º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660881 is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 102 | 8 | 129 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.49 |
| HSL | 286.61º | 0.88% | 0.27% | - |
| HSV(B) | 286.61º | 0.94% | 0.51% | - |
| XYZ | 9.53 | 4.58 | 21.15 | - |
| YUV | 49.9 | 172.64 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 129 | 0.21 | 0.94 | 0 | 0.49 | 286.61 | 0.88 | 0.27 |
| Hex | 66 | 8 | 81 | 15 | 5E | 0 | 31 | 11F | 58 | 1B |
| Octal | 146 | 10 | 201 | 25 | 136 | 0 | 61 | 437 | 130 | 33 |
| Binary | 1100110 | 1000 | 10000001 | 10101 | 1011110 | 0 | 110001 | 100011111 | 1011000 | 11011 |
Color Harmonies of #660881
Complementary color
Monochromatic Colors of #660881
Black with #660881
Text Example
Text Example
White with #660881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660881; }
p { color: rgb(102,8,129); }
H1.HeaderClassName
{
color: #660881;
}
.AnyTagClassName
{
color: #660881;
}
</style>
background-color css
<style>
a { background-color: #660881; }
a { background-color: rgb(102,8,129); }
div.DivClassName
{
background-color: #660881;
}
.BgClassName
{
background-color: #660881;
}
</style>
border-color css
<style>
span { border-color: #660881; }
span { border-color: rgb(102,8,129); }
td.TdClassName
{
border-color: #660881;
}
.TagClassName
{
border-color: #660881;
}
</style>