Shades of Indigo #640E85
Tints of Indigo #640E85
RGB
CMYK
RGB Variations
Color information
#640E85 (or 0x640E85) is known color: Indigo. HEX triplet: 64, 0E and 85. RGB value is (100,14,133). Sum of RGB (Red+Green+Blue) = 100+14+133=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #640E85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E85 is #9BF17A. Grayscale: #343434. Windows color (decimal): -10219899 or 8719972. OLE color: 8719972.
HSL color Cylindrical-coordinate representation of color #640E85: hue angle of 283.36º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640E85 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 14 | 133 | - |
| CMYK | 0.25 | 0.89 | 0 | 0.48 |
| HSL | 283.36º | 0.81% | 0.29% | - |
| HSV(B) | 283.36º | 0.89% | 0.52% | - |
| XYZ | 9.65 | 4.72 | 22.59 | - |
| YUV | 53.28 | 172.99 | 161.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 133 | 0.25 | 0.89 | 0 | 0.48 | 283.36 | 0.81 | 0.29 |
| Hex | 64 | E | 85 | 19 | 59 | 0 | 30 | 11B | 51 | 1D |
| Octal | 144 | 16 | 205 | 31 | 131 | 0 | 60 | 433 | 121 | 35 |
| Binary | 1100100 | 1110 | 10000101 | 11001 | 1011001 | 0 | 110000 | 100011011 | 1010001 | 11101 |
Color Harmonies of #640E85
Complementary color
Monochromatic Colors of #640E85
Black with #640E85
Text Example
Text Example
White with #640E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E85; }
p { color: rgb(100,14,133); }
H1.HeaderClassName
{
color: #640E85;
}
.AnyTagClassName
{
color: #640E85;
}
</style>
background-color css
<style>
a { background-color: #640E85; }
a { background-color: rgb(100,14,133); }
div.DivClassName
{
background-color: #640E85;
}
.BgClassName
{
background-color: #640E85;
}
</style>
border-color css
<style>
span { border-color: #640E85; }
span { border-color: rgb(100,14,133); }
td.TdClassName
{
border-color: #640E85;
}
.TagClassName
{
border-color: #640E85;
}
</style>