Shades of Indigo #640D87
Tints of Indigo #640D87
RGB
CMYK
RGB Variations
Color information
#640D87 (or 0x640D87) is known color: Indigo. HEX triplet: 64, 0D and 87. RGB value is (100,13,135). Sum of RGB (Red+Green+Blue) = 100+13+135=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 135 (53.12% from 255 or 54.44% from 248); Max value from RGB is 135 - color contains mainly: blue. Hex color #640D87 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D87 is #9BF278. Grayscale: #343434. Windows color (decimal): -10220153 or 8850788. OLE color: 8850788.
HSL color Cylindrical-coordinate representation of color #640D87: hue angle of 282.79º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D87 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 13 | 135 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.47 |
| HSL | 282.79º | 0.82% | 0.29% | - |
| HSV(B) | 282.79º | 0.9% | 0.53% | - |
| XYZ | 9.77 | 4.75 | 23.32 | - |
| YUV | 52.92 | 174.32 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 135 | 0.26 | 0.90 | 0 | 0.47 | 282.79 | 0.82 | 0.29 |
| Hex | 64 | D | 87 | 1A | 5A | 0 | 2F | 11B | 52 | 1D |
| Octal | 144 | 15 | 207 | 32 | 132 | 0 | 57 | 433 | 122 | 35 |
| Binary | 1100100 | 1101 | 10000111 | 11010 | 1011010 | 0 | 101111 | 100011011 | 1010010 | 11101 |
Color Harmonies of #640D87
Complementary color
Monochromatic Colors of #640D87
Black with #640D87
Text Example
Text Example
White with #640D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D87; }
p { color: rgb(100,13,135); }
H1.HeaderClassName
{
color: #640D87;
}
.AnyTagClassName
{
color: #640D87;
}
</style>
background-color css
<style>
a { background-color: #640D87; }
a { background-color: rgb(100,13,135); }
div.DivClassName
{
background-color: #640D87;
}
.BgClassName
{
background-color: #640D87;
}
</style>
border-color css
<style>
span { border-color: #640D87; }
span { border-color: rgb(100,13,135); }
td.TdClassName
{
border-color: #640D87;
}
.TagClassName
{
border-color: #640D87;
}
</style>