Shades of Indigo #640F88
Tints of Indigo #640F88
RGB
CMYK
RGB Variations
Color information
#640F88 (or 0x640F88) is known color: Indigo. HEX triplet: 64, 0F and 88. RGB value is (100,15,136). Sum of RGB (Red+Green+Blue) = 100+15+136=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 136 (53.52% from 255 or 54.18% from 251); Max value from RGB is 136 - color contains mainly: blue. Hex color #640F88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F88 is #9BF077. Grayscale: #353535. Windows color (decimal): -10219640 or 8916836. OLE color: 8916836.
HSL color Cylindrical-coordinate representation of color #640F88: hue angle of 282.15º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640F88 is Cyan = 0.26, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 15 | 136 | - |
| CMYK | 0.26 | 0.89 | 0 | 0.47 |
| HSL | 282.15º | 0.8% | 0.3% | - |
| HSV(B) | 282.15º | 0.89% | 0.53% | - |
| XYZ | 9.87 | 4.83 | 23.7 | - |
| YUV | 54.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 136 | 0.26 | 0.89 | 0 | 0.47 | 282.15 | 0.8 | 0.3 |
| Hex | 64 | F | 88 | 1A | 59 | 0 | 2F | 11A | 50 | 1E |
| Octal | 144 | 17 | 210 | 32 | 131 | 0 | 57 | 432 | 120 | 36 |
| Binary | 1100100 | 1111 | 10001000 | 11010 | 1011001 | 0 | 101111 | 100011010 | 1010000 | 11110 |
Color Harmonies of #640F88
Complementary color
Monochromatic Colors of #640F88
Black with #640F88
Text Example
Text Example
White with #640F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F88; }
p { color: rgb(100,15,136); }
H1.HeaderClassName
{
color: #640F88;
}
.AnyTagClassName
{
color: #640F88;
}
</style>
background-color css
<style>
a { background-color: #640F88; }
a { background-color: rgb(100,15,136); }
div.DivClassName
{
background-color: #640F88;
}
.BgClassName
{
background-color: #640F88;
}
</style>
border-color css
<style>
span { border-color: #640F88; }
span { border-color: rgb(100,15,136); }
td.TdClassName
{
border-color: #640F88;
}
.TagClassName
{
border-color: #640F88;
}
</style>