Shades of Indigo #640087
Tints of Indigo #640087
RGB
CMYK
RGB Variations
Color information
#640087 (or 0x640087) is known color: Indigo. HEX triplet: 64, 00 and 87. RGB value is (100,0,135). Sum of RGB (Red+Green+Blue) = 100+0+135=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 135 (53.12% from 255 or 57.45% from 235); Max value from RGB is 135 - color contains mainly: blue. Hex color #640087 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640087 is #9BFF78. Grayscale: #2C2C2C. Windows color (decimal): -10223481 or 8847460. OLE color: 8847460.
HSL color Cylindrical-coordinate representation of color #640087: hue angle of 284.44º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #640087 is Cyan = 0.26, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 0 | 135 | - |
| CMYK | 0.26 | 1 | 0 | 0.47 |
| HSL | 284.44º | 1% | 0.26% | - |
| HSV(B) | 284.44º | 1% | 0.53% | - |
| XYZ | 9.63 | 4.46 | 23.27 | - |
| YUV | 45.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 0 | 135 | 0.26 | 1 | 0 | 0.47 | 284.44 | 1 | 0.26 |
| Hex | 64 | 0 | 87 | 1A | 64 | 0 | 2F | 11C | 64 | 1A |
| Octal | 144 | 0 | 207 | 32 | 144 | 0 | 57 | 434 | 144 | 32 |
| Binary | 1100100 | 0 | 10000111 | 11010 | 1100100 | 0 | 101111 | 100011100 | 1100100 | 11010 |
Color Harmonies of #640087
Complementary color
Monochromatic Colors of #640087
Black with #640087
Text Example
Text Example
White with #640087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640087; }
p { color: rgb(100,0,135); }
H1.HeaderClassName
{
color: #640087;
}
.AnyTagClassName
{
color: #640087;
}
</style>
background-color css
<style>
a { background-color: #640087; }
a { background-color: rgb(100,0,135); }
div.DivClassName
{
background-color: #640087;
}
.BgClassName
{
background-color: #640087;
}
</style>
border-color css
<style>
span { border-color: #640087; }
span { border-color: rgb(100,0,135); }
td.TdClassName
{
border-color: #640087;
}
.TagClassName
{
border-color: #640087;
}
</style>