Shades of Indigo #640A85
Tints of Indigo #640A85
RGB
CMYK
RGB Variations
Color information
#640A85 (or 0x640A85) is known color: Indigo. HEX triplet: 64, 0A and 85. RGB value is (100,10,133). Sum of RGB (Red+Green+Blue) = 100+10+133=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 10 (4.30% from 255 or 4.12% from 243); Blue value is 133 (52.34% from 255 or 54.73% from 243); Max value from RGB is 133 - color contains mainly: blue. Hex color #640A85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A85 is #9BF57A. Grayscale: #323232. Windows color (decimal): -10220923 or 8718948. OLE color: 8718948.
HSL color Cylindrical-coordinate representation of color #640A85: hue angle of 283.9º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640A85 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 10 | 133 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.48 |
| HSL | 283.9º | 0.86% | 0.28% | - |
| HSV(B) | 283.9º | 0.92% | 0.52% | - |
| XYZ | 9.6 | 4.62 | 22.58 | - |
| YUV | 50.93 | 174.32 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 133 | 0.25 | 0.92 | 0 | 0.48 | 283.9 | 0.86 | 0.28 |
| Hex | 64 | A | 85 | 19 | 5C | 0 | 30 | 11C | 56 | 1C |
| Octal | 144 | 12 | 205 | 31 | 134 | 0 | 60 | 434 | 126 | 34 |
| Binary | 1100100 | 1010 | 10000101 | 11001 | 1011100 | 0 | 110000 | 100011100 | 1010110 | 11100 |
Color Harmonies of #640A85
Complementary color
Monochromatic Colors of #640A85
Black with #640A85
Text Example
Text Example
White with #640A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A85; }
p { color: rgb(100,10,133); }
H1.HeaderClassName
{
color: #640A85;
}
.AnyTagClassName
{
color: #640A85;
}
</style>
background-color css
<style>
a { background-color: #640A85; }
a { background-color: rgb(100,10,133); }
div.DivClassName
{
background-color: #640A85;
}
.BgClassName
{
background-color: #640A85;
}
</style>
border-color css
<style>
span { border-color: #640A85; }
span { border-color: rgb(100,10,133); }
td.TdClassName
{
border-color: #640A85;
}
.TagClassName
{
border-color: #640A85;
}
</style>