Shades of Indigo #66129D
Tints of Indigo #66129D
RGB
CMYK
RGB Variations
Color information
#66129D (or 0x66129D) is known color: Indigo. HEX triplet: 66, 12 and 9D. RGB value is (102,18,157). Sum of RGB (Red+Green+Blue) = 102+18+157=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 157 (61.72% from 255 or 56.68% from 277); Max value from RGB is 157 - color contains mainly: blue. Hex color #66129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129D is #99ED62. Grayscale: #3A3A3A. Windows color (decimal): -10087779 or 10293862. OLE color: 10293862.
HSL color Cylindrical-coordinate representation of color #66129D: hue angle of 276.26º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66129D is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 18 | 157 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.38 |
| HSL | 276.26º | 0.79% | 0.34% | - |
| HSV(B) | 276.26º | 0.89% | 0.62% | - |
| XYZ | 11.78 | 5.69 | 32.38 | - |
| YUV | 58.96 | 183.33 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 157 | 0.35 | 0.89 | 0 | 0.38 | 276.26 | 0.79 | 0.34 |
| Hex | 66 | 12 | 9D | 23 | 59 | 0 | 26 | 114 | 4F | 22 |
| Octal | 146 | 22 | 235 | 43 | 131 | 0 | 46 | 424 | 117 | 42 |
| Binary | 1100110 | 10010 | 10011101 | 100011 | 1011001 | 0 | 100110 | 100010100 | 1001111 | 100010 |
Color Harmonies of #66129D
Complementary color
Monochromatic Colors of #66129D
Black with #66129D
Text Example
Text Example
White with #66129D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66129D; }
p { color: rgb(102,18,157); }
H1.HeaderClassName
{
color: #66129D;
}
.AnyTagClassName
{
color: #66129D;
}
</style>
background-color css
<style>
a { background-color: #66129D; }
a { background-color: rgb(102,18,157); }
div.DivClassName
{
background-color: #66129D;
}
.BgClassName
{
background-color: #66129D;
}
</style>
border-color css
<style>
span { border-color: #66129D; }
span { border-color: rgb(102,18,157); }
td.TdClassName
{
border-color: #66129D;
}
.TagClassName
{
border-color: #66129D;
}
</style>