Shades of Indigo #640B9D
Tints of Indigo #640B9D
RGB
CMYK
RGB Variations
Color information
#640B9D (or 0x640B9D) is known color: Indigo. HEX triplet: 64, 0B and 9D. RGB value is (100,11,157). Sum of RGB (Red+Green+Blue) = 100+11+157=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #640B9D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640B9D is #9BF462. Grayscale: #353535. Windows color (decimal): -10220643 or 10292068. OLE color: 10292068.
HSL color Cylindrical-coordinate representation of color #640B9D: hue angle of 276.58º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640B9D is Cyan = 0.36, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 11 | 157 | - |
| CMYK | 0.36 | 0.93 | 0 | 0.38 |
| HSL | 276.58º | 0.87% | 0.33% | - |
| HSV(B) | 276.58º | 0.93% | 0.62% | - |
| XYZ | 11.46 | 5.38 | 32.33 | - |
| YUV | 54.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 11 | 157 | 0.36 | 0.93 | 0 | 0.38 | 276.58 | 0.87 | 0.33 |
| Hex | 64 | B | 9D | 24 | 5D | 0 | 26 | 115 | 57 | 21 |
| Octal | 144 | 13 | 235 | 44 | 135 | 0 | 46 | 425 | 127 | 41 |
| Binary | 1100100 | 1011 | 10011101 | 100100 | 1011101 | 0 | 100110 | 100010101 | 1010111 | 100001 |
Color Harmonies of #640B9D
Complementary color
Monochromatic Colors of #640B9D
Black with #640B9D
Text Example
Text Example
White with #640B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640B9D; }
p { color: rgb(100,11,157); }
H1.HeaderClassName
{
color: #640B9D;
}
.AnyTagClassName
{
color: #640B9D;
}
</style>
background-color css
<style>
a { background-color: #640B9D; }
a { background-color: rgb(100,11,157); }
div.DivClassName
{
background-color: #640B9D;
}
.BgClassName
{
background-color: #640B9D;
}
</style>
border-color css
<style>
span { border-color: #640B9D; }
span { border-color: rgb(100,11,157); }
td.TdClassName
{
border-color: #640B9D;
}
.TagClassName
{
border-color: #640B9D;
}
</style>