Shades of Indigo #640587
Tints of Indigo #640587
RGB
CMYK
RGB Variations
Color information
#640587 (or 0x640587) is known color: Indigo. HEX triplet: 64, 05 and 87. RGB value is (100,5,135). Sum of RGB (Red+Green+Blue) = 100+5+135=240 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.67% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #640587 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640587 is #9BFA78. Grayscale: #2F2F2F. Windows color (decimal): -10222201 or 8848740. OLE color: 8848740.
HSL color Cylindrical-coordinate representation of color #640587: hue angle of 283.85º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640587 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 5 | 135 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.47 |
| HSL | 283.85º | 0.93% | 0.27% | - |
| HSV(B) | 283.85º | 0.96% | 0.53% | - |
| XYZ | 9.68 | 4.57 | 23.29 | - |
| YUV | 48.23 | 176.97 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 5 | 135 | 0.26 | 0.96 | 0 | 0.47 | 283.85 | 0.93 | 0.27 |
| Hex | 64 | 5 | 87 | 1A | 60 | 0 | 2F | 11C | 5D | 1B |
| Octal | 144 | 5 | 207 | 32 | 140 | 0 | 57 | 434 | 135 | 33 |
| Binary | 1100100 | 101 | 10000111 | 11010 | 1100000 | 0 | 101111 | 100011100 | 1011101 | 11011 |
Color Harmonies of #640587
Complementary color
Monochromatic Colors of #640587
Black with #640587
Text Example
Text Example
White with #640587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640587; }
p { color: rgb(100,5,135); }
H1.HeaderClassName
{
color: #640587;
}
.AnyTagClassName
{
color: #640587;
}
</style>
background-color css
<style>
a { background-color: #640587; }
a { background-color: rgb(100,5,135); }
div.DivClassName
{
background-color: #640587;
}
.BgClassName
{
background-color: #640587;
}
</style>
border-color css
<style>
span { border-color: #640587; }
span { border-color: rgb(100,5,135); }
td.TdClassName
{
border-color: #640587;
}
.TagClassName
{
border-color: #640587;
}
</style>