Shades of Indigo #66108C
Tints of Indigo #66108C
RGB
CMYK
RGB Variations
Color information
#66108C (or 0x66108C) is known color: Indigo. HEX triplet: 66, 10 and 8C. RGB value is (102,16,140). Sum of RGB (Red+Green+Blue) = 102+16+140=258 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.53% from 258); Green value is 16 (6.64% from 255 or 6.20% from 258); Blue value is 140 (55.08% from 255 or 54.26% from 258); Max value from RGB is 140 - color contains mainly: blue. Hex color #66108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66108C is #99EF73. Grayscale: #373737. Windows color (decimal): -10088308 or 9179238. OLE color: 9179238.
HSL color Cylindrical-coordinate representation of color #66108C: hue angle of 281.61º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66108C is Cyan = 0.27, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 16 | 140 | - |
| CMYK | 0.27 | 0.89 | 0 | 0.45 |
| HSL | 281.61º | 0.79% | 0.31% | - |
| HSV(B) | 281.61º | 0.89% | 0.55% | - |
| XYZ | 10.4 | 5.09 | 25.25 | - |
| YUV | 55.85 | 175.49 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 16 | 140 | 0.27 | 0.89 | 0 | 0.45 | 281.61 | 0.79 | 0.31 |
| Hex | 66 | 10 | 8C | 1B | 59 | 0 | 2D | 11A | 4F | 1F |
| Octal | 146 | 20 | 214 | 33 | 131 | 0 | 55 | 432 | 117 | 37 |
| Binary | 1100110 | 10000 | 10001100 | 11011 | 1011001 | 0 | 101101 | 100011010 | 1001111 | 11111 |
Color Harmonies of #66108C
Complementary color
Monochromatic Colors of #66108C
Black with #66108C
Text Example
Text Example
White with #66108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66108C; }
p { color: rgb(102,16,140); }
H1.HeaderClassName
{
color: #66108C;
}
.AnyTagClassName
{
color: #66108C;
}
</style>
background-color css
<style>
a { background-color: #66108C; }
a { background-color: rgb(102,16,140); }
div.DivClassName
{
background-color: #66108C;
}
.BgClassName
{
background-color: #66108C;
}
</style>
border-color css
<style>
span { border-color: #66108C; }
span { border-color: rgb(102,16,140); }
td.TdClassName
{
border-color: #66108C;
}
.TagClassName
{
border-color: #66108C;
}
</style>