Shades of Indigo #640781
Tints of Indigo #640781
RGB
CMYK
RGB Variations
Color information
#640781 (or 0x640781) is known color: Indigo. HEX triplet: 64, 07 and 81. RGB value is (100,7,129). Sum of RGB (Red+Green+Blue) = 100+7+129=236 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.37% from 236); Green value is 7 (3.12% from 255 or 2.97% from 236); Blue value is 129 (50.78% from 255 or 54.66% from 236); Max value from RGB is 129 - color contains mainly: blue. Hex color #640781 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640781 is #9BF87E. Grayscale: #303030. Windows color (decimal): -10221695 or 8456036. OLE color: 8456036.
HSL color Cylindrical-coordinate representation of color #640781: hue angle of 285.74º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640781 is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 7 | 129 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.49 |
| HSL | 285.74º | 0.9% | 0.27% | - |
| HSV(B) | 285.74º | 0.95% | 0.51% | - |
| XYZ | 9.29 | 4.45 | 21.14 | - |
| YUV | 48.72 | 173.31 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 129 | 0.22 | 0.95 | 0 | 0.49 | 285.74 | 0.9 | 0.27 |
| Hex | 64 | 7 | 81 | 16 | 5F | 0 | 31 | 11E | 5A | 1B |
| Octal | 144 | 7 | 201 | 26 | 137 | 0 | 61 | 436 | 132 | 33 |
| Binary | 1100100 | 111 | 10000001 | 10110 | 1011111 | 0 | 110001 | 100011110 | 1011010 | 11011 |
Color Harmonies of #640781
Complementary color
Monochromatic Colors of #640781
Black with #640781
Text Example
Text Example
White with #640781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640781; }
p { color: rgb(100,7,129); }
H1.HeaderClassName
{
color: #640781;
}
.AnyTagClassName
{
color: #640781;
}
</style>
background-color css
<style>
a { background-color: #640781; }
a { background-color: rgb(100,7,129); }
div.DivClassName
{
background-color: #640781;
}
.BgClassName
{
background-color: #640781;
}
</style>
border-color css
<style>
span { border-color: #640781; }
span { border-color: rgb(100,7,129); }
td.TdClassName
{
border-color: #640781;
}
.TagClassName
{
border-color: #640781;
}
</style>