Shades of Indigo #66129F
Tints of Indigo #66129F
RGB
CMYK
RGB Variations
Color information
#66129F (or 0x66129F) is known color: Indigo. HEX triplet: 66, 12 and 9F. RGB value is (102,18,159). Sum of RGB (Red+Green+Blue) = 102+18+159=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 159 (62.5% from 255 or 56.99% from 279); Max value from RGB is 159 - color contains mainly: blue. Hex color #66129F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66129F is #99ED60. Grayscale: #3A3A3A. Windows color (decimal): -10087777 or 10424934. OLE color: 10424934.
HSL color Cylindrical-coordinate representation of color #66129F: hue angle of 275.74º 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 #66129F is Cyan = 0.36, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 18 | 159 | - |
| CMYK | 0.36 | 0.89 | 0 | 0.38 |
| HSL | 275.74º | 0.8% | 0.35% | - |
| HSV(B) | 275.74º | 0.89% | 0.62% | - |
| XYZ | 11.95 | 5.76 | 33.28 | - |
| YUV | 59.19 | 184.33 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 18 | 159 | 0.36 | 0.89 | 0 | 0.38 | 275.74 | 0.8 | 0.35 |
| Hex | 66 | 12 | 9F | 24 | 59 | 0 | 26 | 114 | 50 | 23 |
| Octal | 146 | 22 | 237 | 44 | 131 | 0 | 46 | 424 | 120 | 43 |
| Binary | 1100110 | 10010 | 10011111 | 100100 | 1011001 | 0 | 100110 | 100010100 | 1010000 | 100011 |
Color Harmonies of #66129F
Complementary color
Monochromatic Colors of #66129F
Black with #66129F
Text Example
Text Example
White with #66129F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66129F; }
p { color: rgb(102,18,159); }
H1.HeaderClassName
{
color: #66129F;
}
.AnyTagClassName
{
color: #66129F;
}
</style>
background-color css
<style>
a { background-color: #66129F; }
a { background-color: rgb(102,18,159); }
div.DivClassName
{
background-color: #66129F;
}
.BgClassName
{
background-color: #66129F;
}
</style>
border-color css
<style>
span { border-color: #66129F; }
span { border-color: rgb(102,18,159); }
td.TdClassName
{
border-color: #66129F;
}
.TagClassName
{
border-color: #66129F;
}
</style>