Shades of Indigo #660290
Tints of Indigo #660290
RGB
CMYK
RGB Variations
Color information
#660290 (or 0x660290) is known color: Indigo. HEX triplet: 66, 02 and 90. RGB value is (102,2,144). Sum of RGB (Red+Green+Blue) = 102+2+144=248 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.13% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 144 (56.64% from 255 or 58.06% from 248); Max value from RGB is 144 - color contains mainly: blue. Hex color #660290 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660290 is #99FD6F. Grayscale: #2F2F2F. Windows color (decimal): -10091888 or 9437798. OLE color: 9437798.
HSL color Cylindrical-coordinate representation of color #660290: hue angle of 282.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #660290 is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 2 | 144 | - |
| CMYK | 0.29 | 0.99 | 0 | 0.44 |
| HSL | 282.25º | 0.97% | 0.29% | - |
| HSV(B) | 282.25º | 0.99% | 0.56% | - |
| XYZ | 10.54 | 4.88 | 26.77 | - |
| YUV | 48.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 2 | 144 | 0.29 | 0.99 | 0 | 0.44 | 282.25 | 0.97 | 0.29 |
| Hex | 66 | 2 | 90 | 1D | 63 | 0 | 2C | 11A | 61 | 1D |
| Octal | 146 | 2 | 220 | 35 | 143 | 0 | 54 | 432 | 141 | 35 |
| Binary | 1100110 | 10 | 10010000 | 11101 | 1100011 | 0 | 101100 | 100011010 | 1100001 | 11101 |
Color Harmonies of #660290
Complementary color
Monochromatic Colors of #660290
Black with #660290
Text Example
Text Example
White with #660290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660290; }
p { color: rgb(102,2,144); }
H1.HeaderClassName
{
color: #660290;
}
.AnyTagClassName
{
color: #660290;
}
</style>
background-color css
<style>
a { background-color: #660290; }
a { background-color: rgb(102,2,144); }
div.DivClassName
{
background-color: #660290;
}
.BgClassName
{
background-color: #660290;
}
</style>
border-color css
<style>
span { border-color: #660290; }
span { border-color: rgb(102,2,144); }
td.TdClassName
{
border-color: #660290;
}
.TagClassName
{
border-color: #660290;
}
</style>