Shades of Indigo #660895
Tints of Indigo #660895
RGB
CMYK
RGB Variations
Color information
#660895 (or 0x660895) is known color: Indigo. HEX triplet: 66, 08 and 95. RGB value is (102,8,149). Sum of RGB (Red+Green+Blue) = 102+8+149=259 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.38% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 149 (58.59% from 255 or 57.53% from 259); Max value from RGB is 149 - color contains mainly: blue. Hex color #660895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660895 is #99F76A. Grayscale: #333333. Windows color (decimal): -10090347 or 9767014. OLE color: 9767014.
HSL color Cylindrical-coordinate representation of color #660895: hue angle of 280º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #660895 is Cyan = 0.32, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 8 | 149 | - |
| CMYK | 0.32 | 0.95 | 0 | 0.42 |
| HSL | 280º | 0.9% | 0.31% | - |
| HSV(B) | 280º | 0.95% | 0.58% | - |
| XYZ | 10.99 | 5.17 | 28.85 | - |
| YUV | 52.18 | 182.64 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 8 | 149 | 0.32 | 0.95 | 0 | 0.42 | 280 | 0.9 | 0.31 |
| Hex | 66 | 8 | 95 | 20 | 5F | 0 | 2A | 118 | 5A | 1F |
| Octal | 146 | 10 | 225 | 40 | 137 | 0 | 52 | 430 | 132 | 37 |
| Binary | 1100110 | 1000 | 10010101 | 100000 | 1011111 | 0 | 101010 | 100011000 | 1011010 | 11111 |
Color Harmonies of #660895
Complementary color
Monochromatic Colors of #660895
Black with #660895
Text Example
Text Example
White with #660895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660895; }
p { color: rgb(102,8,149); }
H1.HeaderClassName
{
color: #660895;
}
.AnyTagClassName
{
color: #660895;
}
</style>
background-color css
<style>
a { background-color: #660895; }
a { background-color: rgb(102,8,149); }
div.DivClassName
{
background-color: #660895;
}
.BgClassName
{
background-color: #660895;
}
</style>
border-color css
<style>
span { border-color: #660895; }
span { border-color: rgb(102,8,149); }
td.TdClassName
{
border-color: #660895;
}
.TagClassName
{
border-color: #660895;
}
</style>