Shades of Indigo #640E9C
Tints of Indigo #640E9C
RGB
CMYK
RGB Variations
Color information
#640E9C (or 0x640E9C) is known color: Indigo. HEX triplet: 64, 0E and 9C. RGB value is (100,14,156). Sum of RGB (Red+Green+Blue) = 100+14+156=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 14 (5.86% from 255 or 5.19% from 270); Blue value is 156 (61.33% from 255 or 57.78% from 270); Max value from RGB is 156 - color contains mainly: blue. Hex color #640E9C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640E9C is #9BF163. Grayscale: #373737. Windows color (decimal): -10219876 or 10227300. OLE color: 10227300.
HSL color Cylindrical-coordinate representation of color #640E9C: hue angle of 276.34º degrees, saturation: 0.84, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640E9C is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 14 | 156 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.39 |
| HSL | 276.34º | 0.84% | 0.33% | - |
| HSV(B) | 276.34º | 0.91% | 0.61% | - |
| XYZ | 11.41 | 5.42 | 31.9 | - |
| YUV | 55.9 | 184.49 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 156 | 0.36 | 0.91 | 0 | 0.39 | 276.34 | 0.84 | 0.33 |
| Hex | 64 | E | 9C | 24 | 5B | 0 | 27 | 114 | 54 | 21 |
| Octal | 144 | 16 | 234 | 44 | 133 | 0 | 47 | 424 | 124 | 41 |
| Binary | 1100100 | 1110 | 10011100 | 100100 | 1011011 | 0 | 100111 | 100010100 | 1010100 | 100001 |
Color Harmonies of #640E9C
Complementary color
Monochromatic Colors of #640E9C
Black with #640E9C
Text Example
Text Example
White with #640E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640E9C; }
p { color: rgb(100,14,156); }
H1.HeaderClassName
{
color: #640E9C;
}
.AnyTagClassName
{
color: #640E9C;
}
</style>
background-color css
<style>
a { background-color: #640E9C; }
a { background-color: rgb(100,14,156); }
div.DivClassName
{
background-color: #640E9C;
}
.BgClassName
{
background-color: #640E9C;
}
</style>
border-color css
<style>
span { border-color: #640E9C; }
span { border-color: rgb(100,14,156); }
td.TdClassName
{
border-color: #640E9C;
}
.TagClassName
{
border-color: #640E9C;
}
</style>