Shades of Indigo #640F7F
Tints of Indigo #640F7F
RGB
CMYK
RGB Variations
Color information
#640F7F (or 0x640F7F) is known color: Indigo. HEX triplet: 64, 0F and 7F. RGB value is (100,15,127). Sum of RGB (Red+Green+Blue) = 100+15+127=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 15 (6.25% from 255 or 6.20% from 242); Blue value is 127 (50% from 255 or 52.48% from 242); Max value from RGB is 127 - color contains mainly: blue. Hex color #640F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F7F is #9BF080. Grayscale: #343434. Windows color (decimal): -10219649 or 8327012. OLE color: 8327012.
HSL color Cylindrical-coordinate representation of color #640F7F: hue angle of 285.54º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640F7F is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 15 | 127 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.50 |
| HSL | 285.54º | 0.79% | 0.28% | - |
| HSV(B) | 285.54º | 0.88% | 0.5% | - |
| XYZ | 9.26 | 4.58 | 20.48 | - |
| YUV | 53.18 | 169.66 | 161.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 127 | 0.21 | 0.88 | 0 | 0.50 | 285.54 | 0.79 | 0.28 |
| Hex | 64 | F | 7F | 15 | 58 | 0 | 32 | 11E | 4F | 1C |
| Octal | 144 | 17 | 177 | 25 | 130 | 0 | 62 | 436 | 117 | 34 |
| Binary | 1100100 | 1111 | 1111111 | 10101 | 1011000 | 0 | 110010 | 100011110 | 1001111 | 11100 |
Color Harmonies of #640F7F
Complementary color
Monochromatic Colors of #640F7F
Black with #640F7F
Text Example
Text Example
White with #640F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F7F; }
p { color: rgb(100,15,127); }
H1.HeaderClassName
{
color: #640F7F;
}
.AnyTagClassName
{
color: #640F7F;
}
</style>
background-color css
<style>
a { background-color: #640F7F; }
a { background-color: rgb(100,15,127); }
div.DivClassName
{
background-color: #640F7F;
}
.BgClassName
{
background-color: #640F7F;
}
</style>
border-color css
<style>
span { border-color: #640F7F; }
span { border-color: rgb(100,15,127); }
td.TdClassName
{
border-color: #640F7F;
}
.TagClassName
{
border-color: #640F7F;
}
</style>