Shades of Indigo #640E94
Tints of Indigo #640E94
RGB
CMYK
RGB Variations
Color information
#640E94 (or 0x640E94) is known color: Indigo. HEX triplet: 64, 0E and 94. RGB value is (100,14,148). Sum of RGB (Red+Green+Blue) = 100+14+148=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 148 (58.20% from 255 or 56.49% from 262); Max value from RGB is 148 - color contains mainly: blue. Hex color #640E94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E94 is #9BF16B. Grayscale: #363636. Windows color (decimal): -10219884 or 9703012. OLE color: 9703012.
HSL color Cylindrical-coordinate representation of color #640E94: hue angle of 278.51º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640E94 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 14 | 148 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.42 |
| HSL | 278.51º | 0.83% | 0.32% | - |
| HSV(B) | 278.51º | 0.91% | 0.58% | - |
| XYZ | 10.76 | 5.16 | 28.45 | - |
| YUV | 54.99 | 180.49 | 160.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 148 | 0.32 | 0.91 | 0 | 0.42 | 278.51 | 0.83 | 0.32 |
| Hex | 64 | E | 94 | 20 | 5B | 0 | 2A | 117 | 53 | 20 |
| Octal | 144 | 16 | 224 | 40 | 133 | 0 | 52 | 427 | 123 | 40 |
| Binary | 1100100 | 1110 | 10010100 | 100000 | 1011011 | 0 | 101010 | 100010111 | 1010011 | 100000 |
Color Harmonies of #640E94
Complementary color
Monochromatic Colors of #640E94
Black with #640E94
Text Example
Text Example
White with #640E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E94; }
p { color: rgb(100,14,148); }
H1.HeaderClassName
{
color: #640E94;
}
.AnyTagClassName
{
color: #640E94;
}
</style>
background-color css
<style>
a { background-color: #640E94; }
a { background-color: rgb(100,14,148); }
div.DivClassName
{
background-color: #640E94;
}
.BgClassName
{
background-color: #640E94;
}
</style>
border-color css
<style>
span { border-color: #640E94; }
span { border-color: rgb(100,14,148); }
td.TdClassName
{
border-color: #640E94;
}
.TagClassName
{
border-color: #640E94;
}
</style>