Shades of Indigo #640487
Tints of Indigo #640487
RGB
CMYK
RGB Variations
Color information
#640487 (or 0x640487) is known color: Indigo. HEX triplet: 64, 04 and 87. RGB value is (100,4,135). Sum of RGB (Red+Green+Blue) = 100+4+135=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #640487 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640487 is #9BFB78. Grayscale: #2F2F2F. Windows color (decimal): -10222457 or 8848484. OLE color: 8848484.
HSL color Cylindrical-coordinate representation of color #640487: hue angle of 283.97º 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 #640487 is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 4 | 135 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.47 |
| HSL | 283.97º | 0.94% | 0.27% | - |
| HSV(B) | 283.97º | 0.97% | 0.53% | - |
| XYZ | 9.67 | 4.55 | 23.29 | - |
| YUV | 47.64 | 177.3 | 165.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 135 | 0.26 | 0.97 | 0 | 0.47 | 283.97 | 0.94 | 0.27 |
| Hex | 64 | 4 | 87 | 1A | 61 | 0 | 2F | 11C | 5E | 1B |
| Octal | 144 | 4 | 207 | 32 | 141 | 0 | 57 | 434 | 136 | 33 |
| Binary | 1100100 | 100 | 10000111 | 11010 | 1100001 | 0 | 101111 | 100011100 | 1011110 | 11011 |
Color Harmonies of #640487
Complementary color
Monochromatic Colors of #640487
Black with #640487
Text Example
Text Example
White with #640487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640487; }
p { color: rgb(100,4,135); }
H1.HeaderClassName
{
color: #640487;
}
.AnyTagClassName
{
color: #640487;
}
</style>
background-color css
<style>
a { background-color: #640487; }
a { background-color: rgb(100,4,135); }
div.DivClassName
{
background-color: #640487;
}
.BgClassName
{
background-color: #640487;
}
</style>
border-color css
<style>
span { border-color: #640487; }
span { border-color: rgb(100,4,135); }
td.TdClassName
{
border-color: #640487;
}
.TagClassName
{
border-color: #640487;
}
</style>