Shades of Indigo #66129E
Tints of Indigo #66129E
RGB
CMYK
RGB Variations
Color information
#66129E (or 0x66129E) is known color: Indigo. HEX triplet: 66, 12 and 9E. RGB value is (102,18,158). Sum of RGB (Red+Green+Blue) = 102+18+158=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #66129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129E is #99ED61. Grayscale: #3A3A3A. Windows color (decimal): -10087778 or 10359398. OLE color: 10359398.
HSL color Cylindrical-coordinate representation of color #66129E: hue angle of 276º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #66129E is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 18 | 158 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.38 |
| HSL | 276º | 0.8% | 0.35% | - |
| HSV(B) | 276º | 0.89% | 0.62% | - |
| XYZ | 11.87 | 5.73 | 32.83 | - |
| YUV | 59.08 | 183.83 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 158 | 0.35 | 0.89 | 0 | 0.38 | 276 | 0.8 | 0.35 |
| Hex | 66 | 12 | 9E | 23 | 59 | 0 | 26 | 114 | 50 | 23 |
| Octal | 146 | 22 | 236 | 43 | 131 | 0 | 46 | 424 | 120 | 43 |
| Binary | 1100110 | 10010 | 10011110 | 100011 | 1011001 | 0 | 100110 | 100010100 | 1010000 | 100011 |
Color Harmonies of #66129E
Complementary color
Monochromatic Colors of #66129E
Black with #66129E
Text Example
Text Example
White with #66129E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66129E; }
p { color: rgb(102,18,158); }
H1.HeaderClassName
{
color: #66129E;
}
.AnyTagClassName
{
color: #66129E;
}
</style>
background-color css
<style>
a { background-color: #66129E; }
a { background-color: rgb(102,18,158); }
div.DivClassName
{
background-color: #66129E;
}
.BgClassName
{
background-color: #66129E;
}
</style>
border-color css
<style>
span { border-color: #66129E; }
span { border-color: rgb(102,18,158); }
td.TdClassName
{
border-color: #66129E;
}
.TagClassName
{
border-color: #66129E;
}
</style>