Shades of Indigo #66149F
Tints of Indigo #66149F
RGB
CMYK
RGB Variations
Color information
#66149F (or 0x66149F) is known color: Indigo. HEX triplet: 66, 14 and 9F. RGB value is (102,20,159). Sum of RGB (Red+Green+Blue) = 102+20+159=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 20 (8.20% from 255 or 7.12% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #66149F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66149F is #99EB60. Grayscale: #3B3B3B. Windows color (decimal): -10087265 or 10425446. OLE color: 10425446.
HSL color Cylindrical-coordinate representation of color #66149F: hue angle of 275.4º degrees, saturation: 0.78, 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 #66149F is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 20 | 159 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.38 |
| HSL | 275.4º | 0.78% | 0.35% | - |
| HSV(B) | 275.4º | 0.87% | 0.62% | - |
| XYZ | 11.99 | 5.83 | 33.29 | - |
| YUV | 60.36 | 183.67 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 20 | 159 | 0.36 | 0.87 | 0 | 0.38 | 275.4 | 0.78 | 0.35 |
| Hex | 66 | 14 | 9F | 24 | 57 | 0 | 26 | 113 | 4E | 23 |
| Octal | 146 | 24 | 237 | 44 | 127 | 0 | 46 | 423 | 116 | 43 |
| Binary | 1100110 | 10100 | 10011111 | 100100 | 1010111 | 0 | 100110 | 100010011 | 1001110 | 100011 |
Color Harmonies of #66149F
Complementary color
Monochromatic Colors of #66149F
Black with #66149F
Text Example
Text Example
White with #66149F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66149F; }
p { color: rgb(102,20,159); }
H1.HeaderClassName
{
color: #66149F;
}
.AnyTagClassName
{
color: #66149F;
}
</style>
background-color css
<style>
a { background-color: #66149F; }
a { background-color: rgb(102,20,159); }
div.DivClassName
{
background-color: #66149F;
}
.BgClassName
{
background-color: #66149F;
}
</style>
border-color css
<style>
span { border-color: #66149F; }
span { border-color: rgb(102,20,159); }
td.TdClassName
{
border-color: #66149F;
}
.TagClassName
{
border-color: #66149F;
}
</style>