Shades of Indigo #640490
Tints of Indigo #640490
RGB
CMYK
RGB Variations
Color information
#640490 (or 0x640490) is known color: Indigo. HEX triplet: 64, 04 and 90. RGB value is (100,4,144). Sum of RGB (Red+Green+Blue) = 100+4+144=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 4 (1.95% from 255 or 1.61% 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 #640490 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640490 is #9BFB6F. Grayscale: #303030. Windows color (decimal): -10222448 or 9438308. OLE color: 9438308.
HSL color Cylindrical-coordinate representation of color #640490: hue angle of 281.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640490 is Cyan = 0.31, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 4 | 144 | - |
| CMYK | 0.31 | 0.97 | 0 | 0.44 |
| HSL | 281.14º | 0.95% | 0.29% | - |
| HSV(B) | 281.14º | 0.97% | 0.56% | - |
| XYZ | 10.33 | 4.81 | 26.77 | - |
| YUV | 48.66 | 181.8 | 164.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 144 | 0.31 | 0.97 | 0 | 0.44 | 281.14 | 0.95 | 0.29 |
| Hex | 64 | 4 | 90 | 1F | 61 | 0 | 2C | 119 | 5F | 1D |
| Octal | 144 | 4 | 220 | 37 | 141 | 0 | 54 | 431 | 137 | 35 |
| Binary | 1100100 | 100 | 10010000 | 11111 | 1100001 | 0 | 101100 | 100011001 | 1011111 | 11101 |
Color Harmonies of #640490
Complementary color
Monochromatic Colors of #640490
Black with #640490
Text Example
Text Example
White with #640490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640490; }
p { color: rgb(100,4,144); }
H1.HeaderClassName
{
color: #640490;
}
.AnyTagClassName
{
color: #640490;
}
</style>
background-color css
<style>
a { background-color: #640490; }
a { background-color: rgb(100,4,144); }
div.DivClassName
{
background-color: #640490;
}
.BgClassName
{
background-color: #640490;
}
</style>
border-color css
<style>
span { border-color: #640490; }
span { border-color: rgb(100,4,144); }
td.TdClassName
{
border-color: #640490;
}
.TagClassName
{
border-color: #640490;
}
</style>