Shades of Indigo #640D82
Tints of Indigo #640D82
RGB
CMYK
RGB Variations
Color information
#640D82 (or 0x640D82) is known color: Indigo. HEX triplet: 64, 0D and 82. RGB value is (100,13,130). Sum of RGB (Red+Green+Blue) = 100+13+130=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 13 (5.47% from 255 or 5.35% from 243); Blue value is 130 (51.17% from 255 or 53.50% from 243); Max value from RGB is 130 - color contains mainly: blue. Hex color #640D82 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D82 is #9BF27D. Grayscale: #333333. Windows color (decimal): -10220158 or 8523108. OLE color: 8523108.
HSL color Cylindrical-coordinate representation of color #640D82: hue angle of 284.62º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D82 is Cyan = 0.23, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 13 | 130 | - |
| CMYK | 0.23 | 0.9 | 0 | 0.49 |
| HSL | 284.62º | 0.82% | 0.28% | - |
| HSV(B) | 284.62º | 0.9% | 0.51% | - |
| XYZ | 9.43 | 4.61 | 21.51 | - |
| YUV | 52.35 | 171.82 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 130 | 0.23 | 0.9 | 0 | 0.49 | 284.62 | 0.82 | 0.28 |
| Hex | 64 | D | 82 | 17 | 5A | 0 | 31 | 11D | 52 | 1C |
| Octal | 144 | 15 | 202 | 27 | 132 | 0 | 61 | 435 | 122 | 34 |
| Binary | 1100100 | 1101 | 10000010 | 10111 | 1011010 | 0 | 110001 | 100011101 | 1010010 | 11100 |
Color Harmonies of #640D82
Complementary color
Monochromatic Colors of #640D82
Black with #640D82
Text Example
Text Example
White with #640D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D82; }
p { color: rgb(100,13,130); }
H1.HeaderClassName
{
color: #640D82;
}
.AnyTagClassName
{
color: #640D82;
}
</style>
background-color css
<style>
a { background-color: #640D82; }
a { background-color: rgb(100,13,130); }
div.DivClassName
{
background-color: #640D82;
}
.BgClassName
{
background-color: #640D82;
}
</style>
border-color css
<style>
span { border-color: #640D82; }
span { border-color: rgb(100,13,130); }
td.TdClassName
{
border-color: #640D82;
}
.TagClassName
{
border-color: #640D82;
}
</style>