Shades of Indigo #640481
Tints of Indigo #640481
RGB
CMYK
RGB Variations
Color information
#640481 (or 0x640481) is known color: Indigo. HEX triplet: 64, 04 and 81. RGB value is (100,4,129). Sum of RGB (Red+Green+Blue) = 100+4+129=233 (30% of max value = 765). Red value is 100 (39.45% from 255 or 42.92% from 233); Green value is 4 (1.95% from 255 or 1.72% from 233); Blue value is 129 (50.78% from 255 or 55.36% from 233); Max value from RGB is 129 - color contains mainly: blue. Hex color #640481 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640481 is #9BFB7E. Grayscale: #2E2E2E. Windows color (decimal): -10222463 or 8455268. OLE color: 8455268.
HSL color Cylindrical-coordinate representation of color #640481: hue angle of 286.08º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640481 is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 4 | 129 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.49 |
| HSL | 286.08º | 0.94% | 0.26% | - |
| HSV(B) | 286.08º | 0.97% | 0.51% | - |
| XYZ | 9.26 | 4.38 | 21.13 | - |
| YUV | 46.95 | 174.3 | 165.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 129 | 0.22 | 0.97 | 0 | 0.49 | 286.08 | 0.94 | 0.26 |
| Hex | 64 | 4 | 81 | 16 | 61 | 0 | 31 | 11E | 5E | 1A |
| Octal | 144 | 4 | 201 | 26 | 141 | 0 | 61 | 436 | 136 | 32 |
| Binary | 1100100 | 100 | 10000001 | 10110 | 1100001 | 0 | 110001 | 100011110 | 1011110 | 11010 |
Color Harmonies of #640481
Complementary color
Monochromatic Colors of #640481
Black with #640481
Text Example
Text Example
White with #640481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640481; }
p { color: rgb(100,4,129); }
H1.HeaderClassName
{
color: #640481;
}
.AnyTagClassName
{
color: #640481;
}
</style>
background-color css
<style>
a { background-color: #640481; }
a { background-color: rgb(100,4,129); }
div.DivClassName
{
background-color: #640481;
}
.BgClassName
{
background-color: #640481;
}
</style>
border-color css
<style>
span { border-color: #640481; }
span { border-color: rgb(100,4,129); }
td.TdClassName
{
border-color: #640481;
}
.TagClassName
{
border-color: #640481;
}
</style>