Shades of Indigo #640D88
Tints of Indigo #640D88
RGB
CMYK
RGB Variations
Color information
#640D88 (or 0x640D88) is known color: Indigo. HEX triplet: 64, 0D and 88. RGB value is (100,13,136). Sum of RGB (Red+Green+Blue) = 100+13+136=249 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.16% from 249); Green value is 13 (5.47% from 255 or 5.22% from 249); Blue value is 136 (53.52% from 255 or 54.62% from 249); Max value from RGB is 136 - color contains mainly: blue. Hex color #640D88 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640D88 is #9BF277. Grayscale: #343434. Windows color (decimal): -10220152 or 8916324. OLE color: 8916324.
HSL color Cylindrical-coordinate representation of color #640D88: hue angle of 282.44º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #640D88 is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 13 | 136 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.47 |
| HSL | 282.44º | 0.83% | 0.29% | - |
| HSV(B) | 282.44º | 0.9% | 0.53% | - |
| XYZ | 9.84 | 4.77 | 23.7 | - |
| YUV | 53.04 | 174.82 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 13 | 136 | 0.26 | 0.90 | 0 | 0.47 | 282.44 | 0.83 | 0.29 |
| Hex | 64 | D | 88 | 1A | 5A | 0 | 2F | 11A | 53 | 1D |
| Octal | 144 | 15 | 210 | 32 | 132 | 0 | 57 | 432 | 123 | 35 |
| Binary | 1100100 | 1101 | 10001000 | 11010 | 1011010 | 0 | 101111 | 100011010 | 1010011 | 11101 |
Color Harmonies of #640D88
Complementary color
Monochromatic Colors of #640D88
Black with #640D88
Text Example
Text Example
White with #640D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640D88; }
p { color: rgb(100,13,136); }
H1.HeaderClassName
{
color: #640D88;
}
.AnyTagClassName
{
color: #640D88;
}
</style>
background-color css
<style>
a { background-color: #640D88; }
a { background-color: rgb(100,13,136); }
div.DivClassName
{
background-color: #640D88;
}
.BgClassName
{
background-color: #640D88;
}
</style>
border-color css
<style>
span { border-color: #640D88; }
span { border-color: rgb(100,13,136); }
td.TdClassName
{
border-color: #640D88;
}
.TagClassName
{
border-color: #640D88;
}
</style>