Shades of Indigo #640C8D
Tints of Indigo #640C8D
RGB
CMYK
RGB Variations
Color information
#640C8D (or 0x640C8D) is known color: Indigo. HEX triplet: 64, 0C and 8D. RGB value is (100,12,141). Sum of RGB (Red+Green+Blue) = 100+12+141=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #640C8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C8D is #9BF372. Grayscale: #343434. Windows color (decimal): -10220403 or 9243748. OLE color: 9243748.
HSL color Cylindrical-coordinate representation of color #640C8D: hue angle of 280.93º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640C8D is Cyan = 0.29, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 12 | 141 | - |
| CMYK | 0.29 | 0.91 | 0 | 0.45 |
| HSL | 280.93º | 0.84% | 0.3% | - |
| HSV(B) | 280.93º | 0.91% | 0.55% | - |
| XYZ | 10.19 | 4.9 | 25.61 | - |
| YUV | 53.02 | 177.65 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 141 | 0.29 | 0.91 | 0 | 0.45 | 280.93 | 0.84 | 0.3 |
| Hex | 64 | C | 8D | 1D | 5B | 0 | 2D | 119 | 54 | 1E |
| Octal | 144 | 14 | 215 | 35 | 133 | 0 | 55 | 431 | 124 | 36 |
| Binary | 1100100 | 1100 | 10001101 | 11101 | 1011011 | 0 | 101101 | 100011001 | 1010100 | 11110 |
Color Harmonies of #640C8D
Complementary color
Monochromatic Colors of #640C8D
Black with #640C8D
Text Example
Text Example
White with #640C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C8D; }
p { color: rgb(100,12,141); }
H1.HeaderClassName
{
color: #640C8D;
}
.AnyTagClassName
{
color: #640C8D;
}
</style>
background-color css
<style>
a { background-color: #640C8D; }
a { background-color: rgb(100,12,141); }
div.DivClassName
{
background-color: #640C8D;
}
.BgClassName
{
background-color: #640C8D;
}
</style>
border-color css
<style>
span { border-color: #640C8D; }
span { border-color: rgb(100,12,141); }
td.TdClassName
{
border-color: #640C8D;
}
.TagClassName
{
border-color: #640C8D;
}
</style>