Shades of Indigo #660390
Tints of Indigo #660390
RGB
CMYK
RGB Variations
Color information
#660390 (or 0x660390) is known color: Indigo. HEX triplet: 66, 03 and 90. RGB value is (102,3,144). Sum of RGB (Red+Green+Blue) = 102+3+144=249 (32% of max value = 765). Red value is 102 (40.23% from 255 or 40.96% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 144 (56.64% from 255 or 57.83% from 249); Max value from RGB is 144 - color contains mainly: blue. Hex color #660390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660390 is #99FC6F. Grayscale: #303030. Windows color (decimal): -10091632 or 9438054. OLE color: 9438054.
HSL color Cylindrical-coordinate representation of color #660390: hue angle of 282.13º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #660390 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 3 | 144 | - |
| CMYK | 0.29 | 0.98 | 0 | 0.44 |
| HSL | 282.13º | 0.96% | 0.29% | - |
| HSV(B) | 282.13º | 0.98% | 0.56% | - |
| XYZ | 10.55 | 4.9 | 26.78 | - |
| YUV | 48.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 3 | 144 | 0.29 | 0.98 | 0 | 0.44 | 282.13 | 0.96 | 0.29 |
| Hex | 66 | 3 | 90 | 1D | 62 | 0 | 2C | 11A | 60 | 1D |
| Octal | 146 | 3 | 220 | 35 | 142 | 0 | 54 | 432 | 140 | 35 |
| Binary | 1100110 | 11 | 10010000 | 11101 | 1100010 | 0 | 101100 | 100011010 | 1100000 | 11101 |
Color Harmonies of #660390
Complementary color
Monochromatic Colors of #660390
Black with #660390
Text Example
Text Example
White with #660390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #660390; }
p { color: rgb(102,3,144); }
H1.HeaderClassName
{
color: #660390;
}
.AnyTagClassName
{
color: #660390;
}
</style>
background-color css
<style>
a { background-color: #660390; }
a { background-color: rgb(102,3,144); }
div.DivClassName
{
background-color: #660390;
}
.BgClassName
{
background-color: #660390;
}
</style>
border-color css
<style>
span { border-color: #660390; }
span { border-color: rgb(102,3,144); }
td.TdClassName
{
border-color: #660390;
}
.TagClassName
{
border-color: #660390;
}
</style>