Shades of Indigo #640F84
Tints of Indigo #640F84
RGB
CMYK
RGB Variations
Color information
#640F84 (or 0x640F84) is known color: Indigo. HEX triplet: 64, 0F and 84. RGB value is (100,15,132). Sum of RGB (Red+Green+Blue) = 100+15+132=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 132 (51.95% from 255 or 53.44% from 247); Max value from RGB is 132 - color contains mainly: blue. Hex color #640F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F84 is #9BF07B. Grayscale: #353535. Windows color (decimal): -10219644 or 8654692. OLE color: 8654692.
HSL color Cylindrical-coordinate representation of color #640F84: hue angle of 283.59º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #640F84 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 15 | 132 | - |
| CMYK | 0.24 | 0.89 | 0 | 0.48 |
| HSL | 283.59º | 0.8% | 0.29% | - |
| HSV(B) | 283.59º | 0.89% | 0.52% | - |
| XYZ | 9.59 | 4.72 | 22.23 | - |
| YUV | 53.75 | 172.16 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 132 | 0.24 | 0.89 | 0 | 0.48 | 283.59 | 0.8 | 0.29 |
| Hex | 64 | F | 84 | 18 | 59 | 0 | 30 | 11C | 50 | 1D |
| Octal | 144 | 17 | 204 | 30 | 131 | 0 | 60 | 434 | 120 | 35 |
| Binary | 1100100 | 1111 | 10000100 | 11000 | 1011001 | 0 | 110000 | 100011100 | 1010000 | 11101 |
Color Harmonies of #640F84
Complementary color
Monochromatic Colors of #640F84
Black with #640F84
Text Example
Text Example
White with #640F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F84; }
p { color: rgb(100,15,132); }
H1.HeaderClassName
{
color: #640F84;
}
.AnyTagClassName
{
color: #640F84;
}
</style>
background-color css
<style>
a { background-color: #640F84; }
a { background-color: rgb(100,15,132); }
div.DivClassName
{
background-color: #640F84;
}
.BgClassName
{
background-color: #640F84;
}
</style>
border-color css
<style>
span { border-color: #640F84; }
span { border-color: rgb(100,15,132); }
td.TdClassName
{
border-color: #640F84;
}
.TagClassName
{
border-color: #640F84;
}
</style>