Shades of Indigo #66149D
Tints of Indigo #66149D
RGB
CMYK
RGB Variations
Color information
#66149D (or 0x66149D) is known color: Indigo. HEX triplet: 66, 14 and 9D. RGB value is (102,20,157). Sum of RGB (Red+Green+Blue) = 102+20+157=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 157 (61.72% from 255 or 56.27% from 279); Max value from RGB is 157 - color contains mainly: blue. Hex color #66149D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66149D is #99EB62. Grayscale: #3B3B3B. Windows color (decimal): -10087267 or 10294374. OLE color: 10294374.
HSL color Cylindrical-coordinate representation of color #66149D: hue angle of 275.91º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66149D is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 20 | 157 | - |
| CMYK | 0.35 | 0.87 | 0 | 0.38 |
| HSL | 275.91º | 0.77% | 0.35% | - |
| HSV(B) | 275.91º | 0.87% | 0.62% | - |
| XYZ | 11.82 | 5.76 | 32.39 | - |
| YUV | 60.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 157 | 0.35 | 0.87 | 0 | 0.38 | 275.91 | 0.77 | 0.35 |
| Hex | 66 | 14 | 9D | 23 | 57 | 0 | 26 | 114 | 4D | 23 |
| Octal | 146 | 24 | 235 | 43 | 127 | 0 | 46 | 424 | 115 | 43 |
| Binary | 1100110 | 10100 | 10011101 | 100011 | 1010111 | 0 | 100110 | 100010100 | 1001101 | 100011 |
Color Harmonies of #66149D
Complementary color
Monochromatic Colors of #66149D
Black with #66149D
Text Example
Text Example
White with #66149D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66149D; }
p { color: rgb(102,20,157); }
H1.HeaderClassName
{
color: #66149D;
}
.AnyTagClassName
{
color: #66149D;
}
</style>
background-color css
<style>
a { background-color: #66149D; }
a { background-color: rgb(102,20,157); }
div.DivClassName
{
background-color: #66149D;
}
.BgClassName
{
background-color: #66149D;
}
</style>
border-color css
<style>
span { border-color: #66149D; }
span { border-color: rgb(102,20,157); }
td.TdClassName
{
border-color: #66149D;
}
.TagClassName
{
border-color: #66149D;
}
</style>