Shades of Indigo #640F94
Tints of Indigo #640F94
RGB
CMYK
RGB Variations
Color information
#640F94 (or 0x640F94) is known color: Indigo. HEX triplet: 64, 0F and 94. RGB value is (100,15,148). Sum of RGB (Red+Green+Blue) = 100+15+148=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 148 (58.20% from 255 or 56.27% from 263); Max value from RGB is 148 - color contains mainly: blue. Hex color #640F94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F94 is #9BF06B. Grayscale: #373737. Windows color (decimal): -10219628 or 9703268. OLE color: 9703268.
HSL color Cylindrical-coordinate representation of color #640F94: hue angle of 278.35º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F94 is Cyan = 0.32, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 15 | 148 | - |
| CMYK | 0.32 | 0.90 | 0 | 0.42 |
| HSL | 278.35º | 0.82% | 0.32% | - |
| HSV(B) | 278.35º | 0.9% | 0.58% | - |
| XYZ | 10.77 | 5.19 | 28.45 | - |
| YUV | 55.58 | 180.16 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 148 | 0.32 | 0.90 | 0 | 0.42 | 278.35 | 0.82 | 0.32 |
| Hex | 64 | F | 94 | 20 | 5A | 0 | 2A | 116 | 52 | 20 |
| Octal | 144 | 17 | 224 | 40 | 132 | 0 | 52 | 426 | 122 | 40 |
| Binary | 1100100 | 1111 | 10010100 | 100000 | 1011010 | 0 | 101010 | 100010110 | 1010010 | 100000 |
Color Harmonies of #640F94
Complementary color
Monochromatic Colors of #640F94
Black with #640F94
Text Example
Text Example
White with #640F94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F94; }
p { color: rgb(100,15,148); }
H1.HeaderClassName
{
color: #640F94;
}
.AnyTagClassName
{
color: #640F94;
}
</style>
background-color css
<style>
a { background-color: #640F94; }
a { background-color: rgb(100,15,148); }
div.DivClassName
{
background-color: #640F94;
}
.BgClassName
{
background-color: #640F94;
}
</style>
border-color css
<style>
span { border-color: #640F94; }
span { border-color: rgb(100,15,148); }
td.TdClassName
{
border-color: #640F94;
}
.TagClassName
{
border-color: #640F94;
}
</style>