Shades of Indigo #640990
Tints of Indigo #640990
RGB
CMYK
RGB Variations
Color information
#640990 (or 0x640990) is known color: Indigo. HEX triplet: 64, 09 and 90. RGB value is (100,9,144). Sum of RGB (Red+Green+Blue) = 100+9+144=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #640990 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640990 is #9BF66F. Grayscale: #333333. Windows color (decimal): -10221168 or 9439588. OLE color: 9439588.
HSL color Cylindrical-coordinate representation of color #640990: hue angle of 280.44º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640990 is Cyan = 0.31, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 9 | 144 | - |
| CMYK | 0.31 | 0.94 | 0 | 0.44 |
| HSL | 280.44º | 0.88% | 0.3% | - |
| HSV(B) | 280.44º | 0.94% | 0.56% | - |
| XYZ | 10.39 | 4.92 | 26.79 | - |
| YUV | 51.6 | 180.15 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 9 | 144 | 0.31 | 0.94 | 0 | 0.44 | 280.44 | 0.88 | 0.3 |
| Hex | 64 | 9 | 90 | 1F | 5E | 0 | 2C | 118 | 58 | 1E |
| Octal | 144 | 11 | 220 | 37 | 136 | 0 | 54 | 430 | 130 | 36 |
| Binary | 1100100 | 1001 | 10010000 | 11111 | 1011110 | 0 | 101100 | 100011000 | 1011000 | 11110 |
Color Harmonies of #640990
Complementary color
Monochromatic Colors of #640990
Black with #640990
Text Example
Text Example
White with #640990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640990; }
p { color: rgb(100,9,144); }
H1.HeaderClassName
{
color: #640990;
}
.AnyTagClassName
{
color: #640990;
}
</style>
background-color css
<style>
a { background-color: #640990; }
a { background-color: rgb(100,9,144); }
div.DivClassName
{
background-color: #640990;
}
.BgClassName
{
background-color: #640990;
}
</style>
border-color css
<style>
span { border-color: #640990; }
span { border-color: rgb(100,9,144); }
td.TdClassName
{
border-color: #640990;
}
.TagClassName
{
border-color: #640990;
}
</style>