Shades of Indigo #640C8E
Tints of Indigo #640C8E
RGB
CMYK
RGB Variations
Color information
#640C8E (or 0x640C8E) is known color: Indigo. HEX triplet: 64, 0C and 8E. RGB value is (100,12,142). Sum of RGB (Red+Green+Blue) = 100+12+142=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 12 (5.08% from 255 or 4.72% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #640C8E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C8E is #9BF371. Grayscale: #343434. Windows color (decimal): -10220402 or 9309284. OLE color: 9309284.
HSL color Cylindrical-coordinate representation of color #640C8E: hue angle of 280.62º degrees, saturation: 0.84, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640C8E is Cyan = 0.30, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 12 | 142 | - |
| CMYK | 0.30 | 0.92 | 0 | 0.44 |
| HSL | 280.62º | 0.84% | 0.3% | - |
| HSV(B) | 280.62º | 0.92% | 0.56% | - |
| XYZ | 10.27 | 4.93 | 26 | - |
| YUV | 53.13 | 178.15 | 161.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 142 | 0.30 | 0.92 | 0 | 0.44 | 280.62 | 0.84 | 0.3 |
| Hex | 64 | C | 8E | 1E | 5C | 0 | 2C | 119 | 54 | 1E |
| Octal | 144 | 14 | 216 | 36 | 134 | 0 | 54 | 431 | 124 | 36 |
| Binary | 1100100 | 1100 | 10001110 | 11110 | 1011100 | 0 | 101100 | 100011001 | 1010100 | 11110 |
Color Harmonies of #640C8E
Complementary color
Monochromatic Colors of #640C8E
Black with #640C8E
Text Example
Text Example
White with #640C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C8E; }
p { color: rgb(100,12,142); }
H1.HeaderClassName
{
color: #640C8E;
}
.AnyTagClassName
{
color: #640C8E;
}
</style>
background-color css
<style>
a { background-color: #640C8E; }
a { background-color: rgb(100,12,142); }
div.DivClassName
{
background-color: #640C8E;
}
.BgClassName
{
background-color: #640C8E;
}
</style>
border-color css
<style>
span { border-color: #640C8E; }
span { border-color: rgb(100,12,142); }
td.TdClassName
{
border-color: #640C8E;
}
.TagClassName
{
border-color: #640C8E;
}
</style>