Shades of Indigo #640F7C
Tints of Indigo #640F7C
RGB
CMYK
RGB Variations
Color information
#640F7C (or 0x640F7C) is known color: Indigo. HEX triplet: 64, 0F and 7C. RGB value is (100,15,124). Sum of RGB (Red+Green+Blue) = 100+15+124=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 15 (6.25% from 255 or 6.28% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #640F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640F7C is #9BF083. Grayscale: #343434. Windows color (decimal): -10219652 or 8130404. OLE color: 8130404.
HSL color Cylindrical-coordinate representation of color #640F7C: hue angle of 286.79º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #640F7C is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 15 | 124 | - |
| CMYK | 0.19 | 0.88 | 0 | 0.51 |
| HSL | 286.79º | 0.78% | 0.27% | - |
| HSV(B) | 286.79º | 0.88% | 0.49% | - |
| XYZ | 9.06 | 4.51 | 19.46 | - |
| YUV | 52.84 | 168.16 | 161.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 124 | 0.19 | 0.88 | 0 | 0.51 | 286.79 | 0.78 | 0.27 |
| Hex | 64 | F | 7C | 13 | 58 | 0 | 33 | 11F | 4E | 1B |
| Octal | 144 | 17 | 174 | 23 | 130 | 0 | 63 | 437 | 116 | 33 |
| Binary | 1100100 | 1111 | 1111100 | 10011 | 1011000 | 0 | 110011 | 100011111 | 1001110 | 11011 |
Color Harmonies of #640F7C
Complementary color
Monochromatic Colors of #640F7C
Black with #640F7C
Text Example
Text Example
White with #640F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F7C; }
p { color: rgb(100,15,124); }
H1.HeaderClassName
{
color: #640F7C;
}
.AnyTagClassName
{
color: #640F7C;
}
</style>
background-color css
<style>
a { background-color: #640F7C; }
a { background-color: rgb(100,15,124); }
div.DivClassName
{
background-color: #640F7C;
}
.BgClassName
{
background-color: #640F7C;
}
</style>
border-color css
<style>
span { border-color: #640F7C; }
span { border-color: rgb(100,15,124); }
td.TdClassName
{
border-color: #640F7C;
}
.TagClassName
{
border-color: #640F7C;
}
</style>