Shades of Indigo #640486
Tints of Indigo #640486
RGB
CMYK
RGB Variations
Color information
#640486 (or 0x640486) is known color: Indigo. HEX triplet: 64, 04 and 86. RGB value is (100,4,134). Sum of RGB (Red+Green+Blue) = 100+4+134=238 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.02% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 134 (52.73% from 255 or 56.30% from 238); Max value from RGB is 134 - color contains mainly: blue. Hex color #640486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640486 is #9BFB79. Grayscale: #2F2F2F. Windows color (decimal): -10222458 or 8782948. OLE color: 8782948.
HSL color Cylindrical-coordinate representation of color #640486: hue angle of 284.31º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640486 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 4 | 134 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.47 |
| HSL | 284.31º | 0.94% | 0.27% | - |
| HSV(B) | 284.31º | 0.97% | 0.53% | - |
| XYZ | 9.6 | 4.52 | 22.92 | - |
| YUV | 47.52 | 176.8 | 165.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 134 | 0.25 | 0.97 | 0 | 0.47 | 284.31 | 0.94 | 0.27 |
| Hex | 64 | 4 | 86 | 19 | 61 | 0 | 2F | 11C | 5E | 1B |
| Octal | 144 | 4 | 206 | 31 | 141 | 0 | 57 | 434 | 136 | 33 |
| Binary | 1100100 | 100 | 10000110 | 11001 | 1100001 | 0 | 101111 | 100011100 | 1011110 | 11011 |
Color Harmonies of #640486
Complementary color
Monochromatic Colors of #640486
Black with #640486
Text Example
Text Example
White with #640486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640486; }
p { color: rgb(100,4,134); }
H1.HeaderClassName
{
color: #640486;
}
.AnyTagClassName
{
color: #640486;
}
</style>
background-color css
<style>
a { background-color: #640486; }
a { background-color: rgb(100,4,134); }
div.DivClassName
{
background-color: #640486;
}
.BgClassName
{
background-color: #640486;
}
</style>
border-color css
<style>
span { border-color: #640486; }
span { border-color: rgb(100,4,134); }
td.TdClassName
{
border-color: #640486;
}
.TagClassName
{
border-color: #640486;
}
</style>