Shades of Indigo #640D9B
Tints of Indigo #640D9B
RGB
CMYK
RGB Variations
Color information
#640D9B (or 0x640D9B) is known color: Indigo. HEX triplet: 64, 0D and 9B. RGB value is (100,13,155). Sum of RGB (Red+Green+Blue) = 100+13+155=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 13 (5.47% from 255 or 4.85% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #640D9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D9B is #9BF264. Grayscale: #363636. Windows color (decimal): -10220133 or 10161508. OLE color: 10161508.
HSL color Cylindrical-coordinate representation of color #640D9B: hue angle of 276.76º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640D9B is Cyan = 0.35, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 13 | 155 | - |
| CMYK | 0.35 | 0.92 | 0 | 0.39 |
| HSL | 276.76º | 0.85% | 0.33% | - |
| HSV(B) | 276.76º | 0.92% | 0.61% | - |
| XYZ | 11.32 | 5.36 | 31.45 | - |
| YUV | 55.2 | 184.32 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 155 | 0.35 | 0.92 | 0 | 0.39 | 276.76 | 0.85 | 0.33 |
| Hex | 64 | D | 9B | 23 | 5C | 0 | 27 | 115 | 55 | 21 |
| Octal | 144 | 15 | 233 | 43 | 134 | 0 | 47 | 425 | 125 | 41 |
| Binary | 1100100 | 1101 | 10011011 | 100011 | 1011100 | 0 | 100111 | 100010101 | 1010101 | 100001 |
Color Harmonies of #640D9B
Complementary color
Monochromatic Colors of #640D9B
Black with #640D9B
Text Example
Text Example
White with #640D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D9B; }
p { color: rgb(100,13,155); }
H1.HeaderClassName
{
color: #640D9B;
}
.AnyTagClassName
{
color: #640D9B;
}
</style>
background-color css
<style>
a { background-color: #640D9B; }
a { background-color: rgb(100,13,155); }
div.DivClassName
{
background-color: #640D9B;
}
.BgClassName
{
background-color: #640D9B;
}
</style>
border-color css
<style>
span { border-color: #640D9B; }
span { border-color: rgb(100,13,155); }
td.TdClassName
{
border-color: #640D9B;
}
.TagClassName
{
border-color: #640D9B;
}
</style>