Shades of Indigo #640E8D
Tints of Indigo #640E8D
RGB
CMYK
RGB Variations
Color information
#640E8D (or 0x640E8D) is known color: Indigo. HEX triplet: 64, 0E and 8D. RGB value is (100,14,141). Sum of RGB (Red+Green+Blue) = 100+14+141=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #640E8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E8D is #9BF172. Grayscale: #353535. Windows color (decimal): -10219891 or 9244260. OLE color: 9244260.
HSL color Cylindrical-coordinate representation of color #640E8D: hue angle of 280.63º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640E8D is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 14 | 141 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.45 |
| HSL | 280.63º | 0.82% | 0.3% | - |
| HSV(B) | 280.63º | 0.9% | 0.55% | - |
| XYZ | 10.22 | 4.95 | 25.62 | - |
| YUV | 54.19 | 176.99 | 160.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 141 | 0.29 | 0.90 | 0 | 0.45 | 280.63 | 0.82 | 0.3 |
| Hex | 64 | E | 8D | 1D | 5A | 0 | 2D | 119 | 52 | 1E |
| Octal | 144 | 16 | 215 | 35 | 132 | 0 | 55 | 431 | 122 | 36 |
| Binary | 1100100 | 1110 | 10001101 | 11101 | 1011010 | 0 | 101101 | 100011001 | 1010010 | 11110 |
Color Harmonies of #640E8D
Complementary color
Monochromatic Colors of #640E8D
Black with #640E8D
Text Example
Text Example
White with #640E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E8D; }
p { color: rgb(100,14,141); }
H1.HeaderClassName
{
color: #640E8D;
}
.AnyTagClassName
{
color: #640E8D;
}
</style>
background-color css
<style>
a { background-color: #640E8D; }
a { background-color: rgb(100,14,141); }
div.DivClassName
{
background-color: #640E8D;
}
.BgClassName
{
background-color: #640E8D;
}
</style>
border-color css
<style>
span { border-color: #640E8D; }
span { border-color: rgb(100,14,141); }
td.TdClassName
{
border-color: #640E8D;
}
.TagClassName
{
border-color: #640E8D;
}
</style>