Shades of Indigo #640F91
Tints of Indigo #640F91
RGB
CMYK
RGB Variations
Color information
#640F91 (or 0x640F91) is known color: Indigo. HEX triplet: 64, 0F and 91. RGB value is (100,15,145). Sum of RGB (Red+Green+Blue) = 100+15+145=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 145 (57.03% from 255 or 55.77% from 260); Max value from RGB is 145 - color contains mainly: blue. Hex color #640F91 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640F91 is #9BF06E. Grayscale: #363636. Windows color (decimal): -10219631 or 9506660. OLE color: 9506660.
HSL color Cylindrical-coordinate representation of color #640F91: hue angle of 279.23º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640F91 is Cyan = 0.31, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 15 | 145 | - |
| CMYK | 0.31 | 0.90 | 0 | 0.43 |
| HSL | 279.23º | 0.81% | 0.31% | - |
| HSV(B) | 279.23º | 0.9% | 0.57% | - |
| XYZ | 10.54 | 5.1 | 27.22 | - |
| YUV | 55.24 | 178.66 | 159.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 145 | 0.31 | 0.90 | 0 | 0.43 | 279.23 | 0.81 | 0.31 |
| Hex | 64 | F | 91 | 1F | 5A | 0 | 2B | 117 | 51 | 1F |
| Octal | 144 | 17 | 221 | 37 | 132 | 0 | 53 | 427 | 121 | 37 |
| Binary | 1100100 | 1111 | 10010001 | 11111 | 1011010 | 0 | 101011 | 100010111 | 1010001 | 11111 |
Color Harmonies of #640F91
Complementary color
Monochromatic Colors of #640F91
Black with #640F91
Text Example
Text Example
White with #640F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640F91; }
p { color: rgb(100,15,145); }
H1.HeaderClassName
{
color: #640F91;
}
.AnyTagClassName
{
color: #640F91;
}
</style>
background-color css
<style>
a { background-color: #640F91; }
a { background-color: rgb(100,15,145); }
div.DivClassName
{
background-color: #640F91;
}
.BgClassName
{
background-color: #640F91;
}
</style>
border-color css
<style>
span { border-color: #640F91; }
span { border-color: rgb(100,15,145); }
td.TdClassName
{
border-color: #640F91;
}
.TagClassName
{
border-color: #640F91;
}
</style>