Shades of Indigo #640E91
Tints of Indigo #640E91
RGB
CMYK
RGB Variations
Color information
#640E91 (or 0x640E91) is known color: Indigo. HEX triplet: 64, 0E and 91. RGB value is (100,14,145). Sum of RGB (Red+Green+Blue) = 100+14+145=259 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.61% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 145 (57.03% from 255 or 55.98% from 259); Max value from RGB is 145 - color contains mainly: blue. Hex color #640E91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E91 is #9BF16E. Grayscale: #363636. Windows color (decimal): -10219887 or 9506404. OLE color: 9506404.
HSL color Cylindrical-coordinate representation of color #640E91: hue angle of 279.39º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640E91 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 14 | 145 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.43 |
| HSL | 279.39º | 0.82% | 0.31% | - |
| HSV(B) | 279.39º | 0.9% | 0.57% | - |
| XYZ | 10.52 | 5.07 | 27.21 | - |
| YUV | 54.65 | 178.99 | 160.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 145 | 0.31 | 0.90 | 0 | 0.43 | 279.39 | 0.82 | 0.31 |
| Hex | 64 | E | 91 | 1F | 5A | 0 | 2B | 117 | 52 | 1F |
| Octal | 144 | 16 | 221 | 37 | 132 | 0 | 53 | 427 | 122 | 37 |
| Binary | 1100100 | 1110 | 10010001 | 11111 | 1011010 | 0 | 101011 | 100010111 | 1010010 | 11111 |
Color Harmonies of #640E91
Complementary color
Monochromatic Colors of #640E91
Black with #640E91
Text Example
Text Example
White with #640E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E91; }
p { color: rgb(100,14,145); }
H1.HeaderClassName
{
color: #640E91;
}
.AnyTagClassName
{
color: #640E91;
}
</style>
background-color css
<style>
a { background-color: #640E91; }
a { background-color: rgb(100,14,145); }
div.DivClassName
{
background-color: #640E91;
}
.BgClassName
{
background-color: #640E91;
}
</style>
border-color css
<style>
span { border-color: #640E91; }
span { border-color: rgb(100,14,145); }
td.TdClassName
{
border-color: #640E91;
}
.TagClassName
{
border-color: #640E91;
}
</style>