Shades of Indigo #640A7D
Tints of Indigo #640A7D
RGB
CMYK
RGB Variations
Color information
#640A7D (or 0x640A7D) is known color: Indigo. HEX triplet: 64, 0A and 7D. RGB value is (100,10,125). Sum of RGB (Red+Green+Blue) = 100+10+125=235 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.55% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 125 (49.22% from 255 or 53.19% from 235); Max value from RGB is 125 - color contains mainly: blue. Hex color #640A7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #640A7D is #9BF582. Grayscale: #313131. Windows color (decimal): -10220931 or 8194660. OLE color: 8194660.
HSL color Cylindrical-coordinate representation of color #640A7D: hue angle of 286.96º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640A7D is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 10 | 125 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.51 |
| HSL | 286.96º | 0.85% | 0.26% | - |
| HSV(B) | 286.96º | 0.92% | 0.49% | - |
| XYZ | 9.07 | 4.41 | 19.77 | - |
| YUV | 50.02 | 170.32 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 125 | 0.2 | 0.92 | 0 | 0.51 | 286.96 | 0.85 | 0.26 |
| Hex | 64 | A | 7D | 14 | 5C | 0 | 33 | 11F | 55 | 1A |
| Octal | 144 | 12 | 175 | 24 | 134 | 0 | 63 | 437 | 125 | 32 |
| Binary | 1100100 | 1010 | 1111101 | 10100 | 1011100 | 0 | 110011 | 100011111 | 1010101 | 11010 |
Color Harmonies of #640A7D
Complementary color
Monochromatic Colors of #640A7D
Black with #640A7D
Text Example
Text Example
White with #640A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A7D; }
p { color: rgb(100,10,125); }
H1.HeaderClassName
{
color: #640A7D;
}
.AnyTagClassName
{
color: #640A7D;
}
</style>
background-color css
<style>
a { background-color: #640A7D; }
a { background-color: rgb(100,10,125); }
div.DivClassName
{
background-color: #640A7D;
}
.BgClassName
{
background-color: #640A7D;
}
</style>
border-color css
<style>
span { border-color: #640A7D; }
span { border-color: rgb(100,10,125); }
td.TdClassName
{
border-color: #640A7D;
}
.TagClassName
{
border-color: #640A7D;
}
</style>