Shades of Indigo #660B90
Tints of Indigo #660B90
RGB
CMYK
RGB Variations
Color information
#660B90 (or 0x660B90) is known color: Indigo. HEX triplet: 66, 0B and 90. RGB value is (102,11,144). Sum of RGB (Red+Green+Blue) = 102+11+144=257 (34% of max value = 765). Red value is 102 (40.23% from 255 or 39.69% from 257); Green value is 11 (4.69% from 255 or 4.28% from 257); Blue value is 144 (56.64% from 255 or 56.03% from 257); Max value from RGB is 144 - color contains mainly: blue. Hex color #660B90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660B90 is #99F46F. Grayscale: #343434. Windows color (decimal): -10089584 or 9440102. OLE color: 9440102.
HSL color Cylindrical-coordinate representation of color #660B90: hue angle of 281.05º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660B90 is Cyan = 0.29, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 11 | 144 | - |
| CMYK | 0.29 | 0.92 | 0 | 0.44 |
| HSL | 281.05º | 0.86% | 0.3% | - |
| HSV(B) | 281.05º | 0.92% | 0.56% | - |
| XYZ | 10.63 | 5.08 | 26.81 | - |
| YUV | 53.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 11 | 144 | 0.29 | 0.92 | 0 | 0.44 | 281.05 | 0.86 | 0.3 |
| Hex | 66 | B | 90 | 1D | 5C | 0 | 2C | 119 | 56 | 1E |
| Octal | 146 | 13 | 220 | 35 | 134 | 0 | 54 | 431 | 126 | 36 |
| Binary | 1100110 | 1011 | 10010000 | 11101 | 1011100 | 0 | 101100 | 100011001 | 1010110 | 11110 |
Color Harmonies of #660B90
Complementary color
Monochromatic Colors of #660B90
Black with #660B90
Text Example
Text Example
White with #660B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660B90; }
p { color: rgb(102,11,144); }
H1.HeaderClassName
{
color: #660B90;
}
.AnyTagClassName
{
color: #660B90;
}
</style>
background-color css
<style>
a { background-color: #660B90; }
a { background-color: rgb(102,11,144); }
div.DivClassName
{
background-color: #660B90;
}
.BgClassName
{
background-color: #660B90;
}
</style>
border-color css
<style>
span { border-color: #660B90; }
span { border-color: rgb(102,11,144); }
td.TdClassName
{
border-color: #660B90;
}
.TagClassName
{
border-color: #660B90;
}
</style>