Shades of Indigo #640D9E
Tints of Indigo #640D9E
RGB
CMYK
RGB Variations
Color information
#640D9E (or 0x640D9E) is known color: Indigo. HEX triplet: 64, 0D and 9E. RGB value is (100,13,158). Sum of RGB (Red+Green+Blue) = 100+13+158=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 13 (5.47% from 255 or 4.80% from 271); Blue value is 158 (62.11% from 255 or 58.30% from 271); Max value from RGB is 158 - color contains mainly: blue. Hex color #640D9E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D9E is #9BF261. Grayscale: #373737. Windows color (decimal): -10220130 or 10358116. OLE color: 10358116.
HSL color Cylindrical-coordinate representation of color #640D9E: hue angle of 276º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640D9E is Cyan = 0.37, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 13 | 158 | - |
| CMYK | 0.37 | 0.92 | 0 | 0.38 |
| HSL | 276º | 0.85% | 0.34% | - |
| HSV(B) | 276º | 0.92% | 0.62% | - |
| XYZ | 11.57 | 5.47 | 32.79 | - |
| YUV | 55.54 | 185.82 | 159.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 158 | 0.37 | 0.92 | 0 | 0.38 | 276 | 0.85 | 0.34 |
| Hex | 64 | D | 9E | 25 | 5C | 0 | 26 | 114 | 55 | 22 |
| Octal | 144 | 15 | 236 | 45 | 134 | 0 | 46 | 424 | 125 | 42 |
| Binary | 1100100 | 1101 | 10011110 | 100101 | 1011100 | 0 | 100110 | 100010100 | 1010101 | 100010 |
Color Harmonies of #640D9E
Complementary color
Monochromatic Colors of #640D9E
Black with #640D9E
Text Example
Text Example
White with #640D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D9E; }
p { color: rgb(100,13,158); }
H1.HeaderClassName
{
color: #640D9E;
}
.AnyTagClassName
{
color: #640D9E;
}
</style>
background-color css
<style>
a { background-color: #640D9E; }
a { background-color: rgb(100,13,158); }
div.DivClassName
{
background-color: #640D9E;
}
.BgClassName
{
background-color: #640D9E;
}
</style>
border-color css
<style>
span { border-color: #640D9E; }
span { border-color: rgb(100,13,158); }
td.TdClassName
{
border-color: #640D9E;
}
.TagClassName
{
border-color: #640D9E;
}
</style>