Shades of Indigo #640D95
Tints of Indigo #640D95
RGB
CMYK
RGB Variations
Color information
#640D95 (or 0x640D95) is known color: Indigo. HEX triplet: 64, 0D and 95. RGB value is (100,13,149). Sum of RGB (Red+Green+Blue) = 100+13+149=262 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.17% from 262); Green value is 13 (5.47% from 255 or 4.96% from 262); Blue value is 149 (58.59% from 255 or 56.87% from 262); Max value from RGB is 149 - color contains mainly: blue. Hex color #640D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D95 is #9BF26A. Grayscale: #363636. Windows color (decimal): -10220139 or 9768292. OLE color: 9768292.
HSL color Cylindrical-coordinate representation of color #640D95: hue angle of 278.38º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640D95 is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 13 | 149 | - |
| CMYK | 0.33 | 0.91 | 0 | 0.42 |
| HSL | 278.38º | 0.84% | 0.32% | - |
| HSV(B) | 278.38º | 0.91% | 0.58% | - |
| XYZ | 10.82 | 5.17 | 28.86 | - |
| YUV | 54.52 | 181.32 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 149 | 0.33 | 0.91 | 0 | 0.42 | 278.38 | 0.84 | 0.32 |
| Hex | 64 | D | 95 | 21 | 5B | 0 | 2A | 116 | 54 | 20 |
| Octal | 144 | 15 | 225 | 41 | 133 | 0 | 52 | 426 | 124 | 40 |
| Binary | 1100100 | 1101 | 10010101 | 100001 | 1011011 | 0 | 101010 | 100010110 | 1010100 | 100000 |
Color Harmonies of #640D95
Complementary color
Monochromatic Colors of #640D95
Black with #640D95
Text Example
Text Example
White with #640D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D95; }
p { color: rgb(100,13,149); }
H1.HeaderClassName
{
color: #640D95;
}
.AnyTagClassName
{
color: #640D95;
}
</style>
background-color css
<style>
a { background-color: #640D95; }
a { background-color: rgb(100,13,149); }
div.DivClassName
{
background-color: #640D95;
}
.BgClassName
{
background-color: #640D95;
}
</style>
border-color css
<style>
span { border-color: #640D95; }
span { border-color: rgb(100,13,149); }
td.TdClassName
{
border-color: #640D95;
}
.TagClassName
{
border-color: #640D95;
}
</style>