Shades of Indigo #66129C
Tints of Indigo #66129C
RGB
CMYK
RGB Variations
Color information
#66129C (or 0x66129C) is known color: Indigo. HEX triplet: 66, 12 and 9C. RGB value is (102,18,156). Sum of RGB (Red+Green+Blue) = 102+18+156=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #66129C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129C is #99ED63. Grayscale: #3A3A3A. Windows color (decimal): -10087780 or 10228326. OLE color: 10228326.
HSL color Cylindrical-coordinate representation of color #66129C: hue angle of 276.52º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66129C is Cyan = 0.35, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 102 | 18 | 156 | - |
| CMYK | 0.35 | 0.88 | 0 | 0.39 |
| HSL | 276.52º | 0.79% | 0.34% | - |
| HSV(B) | 276.52º | 0.88% | 0.61% | - |
| XYZ | 11.7 | 5.66 | 31.93 | - |
| YUV | 58.85 | 182.83 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 156 | 0.35 | 0.88 | 0 | 0.39 | 276.52 | 0.79 | 0.34 |
| Hex | 66 | 12 | 9C | 23 | 58 | 0 | 27 | 115 | 4F | 22 |
| Octal | 146 | 22 | 234 | 43 | 130 | 0 | 47 | 425 | 117 | 42 |
| Binary | 1100110 | 10010 | 10011100 | 100011 | 1011000 | 0 | 100111 | 100010101 | 1001111 | 100010 |
Color Harmonies of #66129C
Complementary color
Monochromatic Colors of #66129C
Black with #66129C
Text Example
Text Example
White with #66129C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66129C; }
p { color: rgb(102,18,156); }
H1.HeaderClassName
{
color: #66129C;
}
.AnyTagClassName
{
color: #66129C;
}
</style>
background-color css
<style>
a { background-color: #66129C; }
a { background-color: rgb(102,18,156); }
div.DivClassName
{
background-color: #66129C;
}
.BgClassName
{
background-color: #66129C;
}
</style>
border-color css
<style>
span { border-color: #66129C; }
span { border-color: rgb(102,18,156); }
td.TdClassName
{
border-color: #66129C;
}
.TagClassName
{
border-color: #66129C;
}
</style>