Shades of Indigo #640D80
Tints of Indigo #640D80
RGB
CMYK
RGB Variations
Color information
#640D80 (or 0x640D80) is known color: Indigo. HEX triplet: 64, 0D and 80. RGB value is (100,13,128). Sum of RGB (Red+Green+Blue) = 100+13+128=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 128 (50.39% from 255 or 53.11% from 241); Max value from RGB is 128 - color contains mainly: blue. Hex color #640D80 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D80 is #9BF27F. Grayscale: #333333. Windows color (decimal): -10220160 or 8392036. OLE color: 8392036.
HSL color Cylindrical-coordinate representation of color #640D80: hue angle of 285.39º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D80 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 13 | 128 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.50 |
| HSL | 285.39º | 0.82% | 0.28% | - |
| HSV(B) | 285.39º | 0.9% | 0.5% | - |
| XYZ | 9.3 | 4.56 | 20.81 | - |
| YUV | 52.12 | 170.82 | 162.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 128 | 0.22 | 0.90 | 0 | 0.50 | 285.39 | 0.82 | 0.28 |
| Hex | 64 | D | 80 | 16 | 5A | 0 | 32 | 11D | 52 | 1C |
| Octal | 144 | 15 | 200 | 26 | 132 | 0 | 62 | 435 | 122 | 34 |
| Binary | 1100100 | 1101 | 10000000 | 10110 | 1011010 | 0 | 110010 | 100011101 | 1010010 | 11100 |
Color Harmonies of #640D80
Complementary color
Monochromatic Colors of #640D80
Black with #640D80
Text Example
Text Example
White with #640D80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D80; }
p { color: rgb(100,13,128); }
H1.HeaderClassName
{
color: #640D80;
}
.AnyTagClassName
{
color: #640D80;
}
</style>
background-color css
<style>
a { background-color: #640D80; }
a { background-color: rgb(100,13,128); }
div.DivClassName
{
background-color: #640D80;
}
.BgClassName
{
background-color: #640D80;
}
</style>
border-color css
<style>
span { border-color: #640D80; }
span { border-color: rgb(100,13,128); }
td.TdClassName
{
border-color: #640D80;
}
.TagClassName
{
border-color: #640D80;
}
</style>