Shades of Indigo #640485
Tints of Indigo #640485
RGB
CMYK
RGB Variations
Color information
#640485 (or 0x640485) is known color: Indigo. HEX triplet: 64, 04 and 85. RGB value is (100,4,133). Sum of RGB (Red+Green+Blue) = 100+4+133=237 (31% of max value = 765). Red value is 100 (39.45% from 255 or 42.19% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 133 (52.34% from 255 or 56.12% from 237); Max value from RGB is 133 - color contains mainly: blue. Hex color #640485 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640485 is #9BFB7A. Grayscale: #2E2E2E. Windows color (decimal): -10222459 or 8717412. OLE color: 8717412.
HSL color Cylindrical-coordinate representation of color #640485: hue angle of 284.65º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #640485 is Cyan = 0.25, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 4 | 133 | - |
| CMYK | 0.25 | 0.97 | 0 | 0.48 |
| HSL | 284.65º | 0.94% | 0.27% | - |
| HSV(B) | 284.65º | 0.97% | 0.52% | - |
| XYZ | 9.53 | 4.49 | 22.55 | - |
| YUV | 47.41 | 176.3 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 133 | 0.25 | 0.97 | 0 | 0.48 | 284.65 | 0.94 | 0.27 |
| Hex | 64 | 4 | 85 | 19 | 61 | 0 | 30 | 11D | 5E | 1B |
| Octal | 144 | 4 | 205 | 31 | 141 | 0 | 60 | 435 | 136 | 33 |
| Binary | 1100100 | 100 | 10000101 | 11001 | 1100001 | 0 | 110000 | 100011101 | 1011110 | 11011 |
Color Harmonies of #640485
Complementary color
Monochromatic Colors of #640485
Black with #640485
Text Example
Text Example
White with #640485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640485; }
p { color: rgb(100,4,133); }
H1.HeaderClassName
{
color: #640485;
}
.AnyTagClassName
{
color: #640485;
}
</style>
background-color css
<style>
a { background-color: #640485; }
a { background-color: rgb(100,4,133); }
div.DivClassName
{
background-color: #640485;
}
.BgClassName
{
background-color: #640485;
}
</style>
border-color css
<style>
span { border-color: #640485; }
span { border-color: rgb(100,4,133); }
td.TdClassName
{
border-color: #640485;
}
.TagClassName
{
border-color: #640485;
}
</style>