Shades of Indigo #640B8B
Tints of Indigo #640B8B
RGB
CMYK
RGB Variations
Color information
#640B8B (or 0x640B8B) is known color: Indigo. HEX triplet: 64, 0B and 8B. RGB value is (100,11,139). Sum of RGB (Red+Green+Blue) = 100+11+139=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #640B8B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640B8B is #9BF474. Grayscale: #333333. Windows color (decimal): -10220661 or 9112420. OLE color: 9112420.
HSL color Cylindrical-coordinate representation of color #640B8B: hue angle of 281.72º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640B8B is Cyan = 0.28, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 11 | 139 | - |
| CMYK | 0.28 | 0.92 | 0 | 0.45 |
| HSL | 281.72º | 0.85% | 0.29% | - |
| HSV(B) | 281.72º | 0.92% | 0.55% | - |
| XYZ | 10.04 | 4.81 | 24.83 | - |
| YUV | 52.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 139 | 0.28 | 0.92 | 0 | 0.45 | 281.72 | 0.85 | 0.29 |
| Hex | 64 | B | 8B | 1C | 5C | 0 | 2D | 11A | 55 | 1D |
| Octal | 144 | 13 | 213 | 34 | 134 | 0 | 55 | 432 | 125 | 35 |
| Binary | 1100100 | 1011 | 10001011 | 11100 | 1011100 | 0 | 101101 | 100011010 | 1010101 | 11101 |
Color Harmonies of #640B8B
Complementary color
Monochromatic Colors of #640B8B
Black with #640B8B
Text Example
Text Example
White with #640B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B8B; }
p { color: rgb(100,11,139); }
H1.HeaderClassName
{
color: #640B8B;
}
.AnyTagClassName
{
color: #640B8B;
}
</style>
background-color css
<style>
a { background-color: #640B8B; }
a { background-color: rgb(100,11,139); }
div.DivClassName
{
background-color: #640B8B;
}
.BgClassName
{
background-color: #640B8B;
}
</style>
border-color css
<style>
span { border-color: #640B8B; }
span { border-color: rgb(100,11,139); }
td.TdClassName
{
border-color: #640B8B;
}
.TagClassName
{
border-color: #640B8B;
}
</style>