Shades of Indigo #640D94
Tints of Indigo #640D94
RGB
CMYK
RGB Variations
Color information
#640D94 (or 0x640D94) is known color: Indigo. HEX triplet: 64, 0D and 94. RGB value is (100,13,148). Sum of RGB (Red+Green+Blue) = 100+13+148=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 148 (58.20% from 255 or 56.70% from 261); Max value from RGB is 148 - color contains mainly: blue. Hex color #640D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D94 is #9BF26B. Grayscale: #353535. Windows color (decimal): -10220140 or 9702756. OLE color: 9702756.
HSL color Cylindrical-coordinate representation of color #640D94: hue angle of 278.67º degrees, saturation: 0.84, 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 #640D94 is Cyan = 0.32, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 13 | 148 | - |
| CMYK | 0.32 | 0.91 | 0 | 0.42 |
| HSL | 278.67º | 0.84% | 0.32% | - |
| HSV(B) | 278.67º | 0.91% | 0.58% | - |
| XYZ | 10.74 | 5.14 | 28.44 | - |
| YUV | 54.4 | 180.82 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 148 | 0.32 | 0.91 | 0 | 0.42 | 278.67 | 0.84 | 0.32 |
| Hex | 64 | D | 94 | 20 | 5B | 0 | 2A | 117 | 54 | 20 |
| Octal | 144 | 15 | 224 | 40 | 133 | 0 | 52 | 427 | 124 | 40 |
| Binary | 1100100 | 1101 | 10010100 | 100000 | 1011011 | 0 | 101010 | 100010111 | 1010100 | 100000 |
Color Harmonies of #640D94
Complementary color
Monochromatic Colors of #640D94
Black with #640D94
Text Example
Text Example
White with #640D94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D94; }
p { color: rgb(100,13,148); }
H1.HeaderClassName
{
color: #640D94;
}
.AnyTagClassName
{
color: #640D94;
}
</style>
background-color css
<style>
a { background-color: #640D94; }
a { background-color: rgb(100,13,148); }
div.DivClassName
{
background-color: #640D94;
}
.BgClassName
{
background-color: #640D94;
}
</style>
border-color css
<style>
span { border-color: #640D94; }
span { border-color: rgb(100,13,148); }
td.TdClassName
{
border-color: #640D94;
}
.TagClassName
{
border-color: #640D94;
}
</style>