Shades of Indigo #640C84
Tints of Indigo #640C84
RGB
CMYK
RGB Variations
Color information
#640C84 (or 0x640C84) is known color: Indigo. HEX triplet: 64, 0C and 84. RGB value is (100,12,132). Sum of RGB (Red+Green+Blue) = 100+12+132=244 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.98% from 244); Green value is 12 (5.08% from 255 or 4.92% from 244); Blue value is 132 (51.95% from 255 or 54.10% from 244); Max value from RGB is 132 - color contains mainly: blue. Hex color #640C84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640C84 is #9BF37B. Grayscale: #333333. Windows color (decimal): -10220412 or 8653924. OLE color: 8653924.
HSL color Cylindrical-coordinate representation of color #640C84: hue angle of 284º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640C84 is Cyan = 0.24, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 12 | 132 | - |
| CMYK | 0.24 | 0.91 | 0 | 0.48 |
| HSL | 284º | 0.83% | 0.28% | - |
| HSV(B) | 284º | 0.91% | 0.52% | - |
| XYZ | 9.55 | 4.64 | 22.22 | - |
| YUV | 51.99 | 173.15 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 12 | 132 | 0.24 | 0.91 | 0 | 0.48 | 284 | 0.83 | 0.28 |
| Hex | 64 | C | 84 | 18 | 5B | 0 | 30 | 11C | 53 | 1C |
| Octal | 144 | 14 | 204 | 30 | 133 | 0 | 60 | 434 | 123 | 34 |
| Binary | 1100100 | 1100 | 10000100 | 11000 | 1011011 | 0 | 110000 | 100011100 | 1010011 | 11100 |
Color Harmonies of #640C84
Complementary color
Monochromatic Colors of #640C84
Black with #640C84
Text Example
Text Example
White with #640C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640C84; }
p { color: rgb(100,12,132); }
H1.HeaderClassName
{
color: #640C84;
}
.AnyTagClassName
{
color: #640C84;
}
</style>
background-color css
<style>
a { background-color: #640C84; }
a { background-color: rgb(100,12,132); }
div.DivClassName
{
background-color: #640C84;
}
.BgClassName
{
background-color: #640C84;
}
</style>
border-color css
<style>
span { border-color: #640C84; }
span { border-color: rgb(100,12,132); }
td.TdClassName
{
border-color: #640C84;
}
.TagClassName
{
border-color: #640C84;
}
</style>