Shades of Indigo #640689
Tints of Indigo #640689
RGB
CMYK
RGB Variations
Color information
#640689 (or 0x640689) is known color: Indigo. HEX triplet: 64, 06 and 89. RGB value is (100,6,137). Sum of RGB (Red+Green+Blue) = 100+6+137=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 137 (53.91% from 255 or 56.38% from 243); Max value from RGB is 137 - color contains mainly: blue. Hex color #640689 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640689 is #9BF976. Grayscale: #303030. Windows color (decimal): -10221943 or 8980068. OLE color: 8980068.
HSL color Cylindrical-coordinate representation of color #640689: hue angle of 283.05º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640689 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 6 | 137 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.46 |
| HSL | 283.05º | 0.92% | 0.28% | - |
| HSV(B) | 283.05º | 0.96% | 0.54% | - |
| XYZ | 9.84 | 4.65 | 24.05 | - |
| YUV | 49.04 | 177.64 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 137 | 0.27 | 0.96 | 0 | 0.46 | 283.05 | 0.92 | 0.28 |
| Hex | 64 | 6 | 89 | 1B | 60 | 0 | 2E | 11B | 5C | 1C |
| Octal | 144 | 6 | 211 | 33 | 140 | 0 | 56 | 433 | 134 | 34 |
| Binary | 1100100 | 110 | 10001001 | 11011 | 1100000 | 0 | 101110 | 100011011 | 1011100 | 11100 |
Color Harmonies of #640689
Complementary color
Monochromatic Colors of #640689
Black with #640689
Text Example
Text Example
White with #640689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640689; }
p { color: rgb(100,6,137); }
H1.HeaderClassName
{
color: #640689;
}
.AnyTagClassName
{
color: #640689;
}
</style>
background-color css
<style>
a { background-color: #640689; }
a { background-color: rgb(100,6,137); }
div.DivClassName
{
background-color: #640689;
}
.BgClassName
{
background-color: #640689;
}
</style>
border-color css
<style>
span { border-color: #640689; }
span { border-color: rgb(100,6,137); }
td.TdClassName
{
border-color: #640689;
}
.TagClassName
{
border-color: #640689;
}
</style>