Shades of Indigo #640888
Tints of Indigo #640888
RGB
CMYK
RGB Variations
Color information
#640888 (or 0x640888) is known color: Indigo. HEX triplet: 64, 08 and 88. RGB value is (100,8,136). Sum of RGB (Red+Green+Blue) = 100+8+136=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 8 (3.52% from 255 or 3.28% from 244); Blue value is 136 (53.52% from 255 or 55.74% from 244); Max value from RGB is 136 - color contains mainly: blue. Hex color #640888 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640888 is #9BF777. Grayscale: #313131. Windows color (decimal): -10221432 or 8915044. OLE color: 8915044.
HSL color Cylindrical-coordinate representation of color #640888: hue angle of 283.12º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640888 is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 8 | 136 | - |
| CMYK | 0.26 | 0.94 | 0 | 0.47 |
| HSL | 283.13º | 0.89% | 0.28% | - |
| HSV(B) | 283.13º | 0.94% | 0.53% | - |
| XYZ | 9.79 | 4.66 | 23.68 | - |
| YUV | 50.1 | 176.48 | 163.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 136 | 0.26 | 0.94 | 0 | 0.47 | 283.13 | 0.89 | 0.28 |
| Hex | 64 | 8 | 88 | 1A | 5E | 0 | 2F | 11B | 59 | 1C |
| Octal | 144 | 10 | 210 | 32 | 136 | 0 | 57 | 433 | 131 | 34 |
| Binary | 1100100 | 1000 | 10001000 | 11010 | 1011110 | 0 | 101111 | 100011011 | 1011001 | 11100 |
Color Harmonies of #640888
Complementary color
Monochromatic Colors of #640888
Black with #640888
Text Example
Text Example
White with #640888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640888; }
p { color: rgb(100,8,136); }
H1.HeaderClassName
{
color: #640888;
}
.AnyTagClassName
{
color: #640888;
}
</style>
background-color css
<style>
a { background-color: #640888; }
a { background-color: rgb(100,8,136); }
div.DivClassName
{
background-color: #640888;
}
.BgClassName
{
background-color: #640888;
}
</style>
border-color css
<style>
span { border-color: #640888; }
span { border-color: rgb(100,8,136); }
td.TdClassName
{
border-color: #640888;
}
.TagClassName
{
border-color: #640888;
}
</style>