Shades of Indigo #640883
Tints of Indigo #640883
RGB
CMYK
RGB Variations
Color information
#640883 (or 0x640883) is known color: Indigo. HEX triplet: 64, 08 and 83. RGB value is (100,8,131). Sum of RGB (Red+Green+Blue) = 100+8+131=239 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.84% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 131 (51.56% from 255 or 54.81% from 239); Max value from RGB is 131 - color contains mainly: blue. Hex color #640883 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640883 is #9BF77C. Grayscale: #313131. Windows color (decimal): -10221437 or 8587364. OLE color: 8587364.
HSL color Cylindrical-coordinate representation of color #640883: hue angle of 284.88º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640883 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 100 | 8 | 131 | - |
| CMYK | 0.24 | 0.94 | 0 | 0.49 |
| HSL | 284.88º | 0.88% | 0.27% | - |
| HSV(B) | 284.88º | 0.94% | 0.51% | - |
| XYZ | 9.44 | 4.52 | 21.85 | - |
| YUV | 49.53 | 173.98 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 8 | 131 | 0.24 | 0.94 | 0 | 0.49 | 284.88 | 0.88 | 0.27 |
| Hex | 64 | 8 | 83 | 18 | 5E | 0 | 31 | 11D | 58 | 1B |
| Octal | 144 | 10 | 203 | 30 | 136 | 0 | 61 | 435 | 130 | 33 |
| Binary | 1100100 | 1000 | 10000011 | 11000 | 1011110 | 0 | 110001 | 100011101 | 1011000 | 11011 |
Color Harmonies of #640883
Complementary color
Monochromatic Colors of #640883
Black with #640883
Text Example
Text Example
White with #640883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640883; }
p { color: rgb(100,8,131); }
H1.HeaderClassName
{
color: #640883;
}
.AnyTagClassName
{
color: #640883;
}
</style>
background-color css
<style>
a { background-color: #640883; }
a { background-color: rgb(100,8,131); }
div.DivClassName
{
background-color: #640883;
}
.BgClassName
{
background-color: #640883;
}
</style>
border-color css
<style>
span { border-color: #640883; }
span { border-color: rgb(100,8,131); }
td.TdClassName
{
border-color: #640883;
}
.TagClassName
{
border-color: #640883;
}
</style>