Shades of Indigo #660595
Tints of Indigo #660595
RGB
CMYK
RGB Variations
Color information
#660595 (or 0x660595) is known color: Indigo. HEX triplet: 66, 05 and 95. RGB value is (102,5,149). Sum of RGB (Red+Green+Blue) = 102+5+149=256 (33% of max value = 765). Red value is 102 (40.23% from 255 or 39.84% from 256); Green value is 5 (2.34% from 255 or 1.95% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #660595 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660595 is #99FA6A. Grayscale: #313131. Windows color (decimal): -10091115 or 9766246. OLE color: 9766246.
HSL color Cylindrical-coordinate representation of color #660595: hue angle of 280.42º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #660595 is Cyan = 0.32, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 5 | 149 | - |
| CMYK | 0.32 | 0.97 | 0 | 0.42 |
| HSL | 280.42º | 0.94% | 0.3% | - |
| HSV(B) | 280.42º | 0.97% | 0.58% | - |
| XYZ | 10.96 | 5.1 | 28.84 | - |
| YUV | 50.42 | 183.64 | 164.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 5 | 149 | 0.32 | 0.97 | 0 | 0.42 | 280.42 | 0.94 | 0.3 |
| Hex | 66 | 5 | 95 | 20 | 61 | 0 | 2A | 118 | 5E | 1E |
| Octal | 146 | 5 | 225 | 40 | 141 | 0 | 52 | 430 | 136 | 36 |
| Binary | 1100110 | 101 | 10010101 | 100000 | 1100001 | 0 | 101010 | 100011000 | 1011110 | 11110 |
Color Harmonies of #660595
Complementary color
Monochromatic Colors of #660595
Black with #660595
Text Example
Text Example
White with #660595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660595; }
p { color: rgb(102,5,149); }
H1.HeaderClassName
{
color: #660595;
}
.AnyTagClassName
{
color: #660595;
}
</style>
background-color css
<style>
a { background-color: #660595; }
a { background-color: rgb(102,5,149); }
div.DivClassName
{
background-color: #660595;
}
.BgClassName
{
background-color: #660595;
}
</style>
border-color css
<style>
span { border-color: #660595; }
span { border-color: rgb(102,5,149); }
td.TdClassName
{
border-color: #660595;
}
.TagClassName
{
border-color: #660595;
}
</style>