Shades of Indigo #66128D
Tints of Indigo #66128D
RGB
CMYK
RGB Variations
Color information
#66128D (or 0x66128D) is known color: Indigo. HEX triplet: 66, 12 and 8D. RGB value is (102,18,141). Sum of RGB (Red+Green+Blue) = 102+18+141=261 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.08% from 261); Green value is 18 (7.42% from 255 or 6.90% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #66128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66128D is #99ED72. Grayscale: #383838. Windows color (decimal): -10087795 or 9245286. OLE color: 9245286.
HSL color Cylindrical-coordinate representation of color #66128D: hue angle of 280.98º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66128D is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 18 | 141 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.45 |
| HSL | 280.98º | 0.77% | 0.31% | - |
| HSV(B) | 280.98º | 0.87% | 0.55% | - |
| XYZ | 10.5 | 5.18 | 25.65 | - |
| YUV | 57.14 | 175.33 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 141 | 0.28 | 0.87 | 0 | 0.45 | 280.98 | 0.77 | 0.31 |
| Hex | 66 | 12 | 8D | 1C | 57 | 0 | 2D | 119 | 4D | 1F |
| Octal | 146 | 22 | 215 | 34 | 127 | 0 | 55 | 431 | 115 | 37 |
| Binary | 1100110 | 10010 | 10001101 | 11100 | 1010111 | 0 | 101101 | 100011001 | 1001101 | 11111 |
Color Harmonies of #66128D
Complementary color
Monochromatic Colors of #66128D
Black with #66128D
Text Example
Text Example
White with #66128D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66128D; }
p { color: rgb(102,18,141); }
H1.HeaderClassName
{
color: #66128D;
}
.AnyTagClassName
{
color: #66128D;
}
</style>
background-color css
<style>
a { background-color: #66128D; }
a { background-color: rgb(102,18,141); }
div.DivClassName
{
background-color: #66128D;
}
.BgClassName
{
background-color: #66128D;
}
</style>
border-color css
<style>
span { border-color: #66128D; }
span { border-color: rgb(102,18,141); }
td.TdClassName
{
border-color: #66128D;
}
.TagClassName
{
border-color: #66128D;
}
</style>