Shades of Indigo #640EA3
Tints of Indigo #640EA3
RGB
CMYK
RGB Variations
Color information
#640EA3 (or 0x640EA3) is known color: Indigo. HEX triplet: 64, 0E and A3. RGB value is (100,14,163). Sum of RGB (Red+Green+Blue) = 100+14+163=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 163 (64.06% from 255 or 58.84% from 277); Max value from RGB is 163 - color contains mainly: blue. Hex color #640EA3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EA3 is #9BF15C. Grayscale: #383838. Windows color (decimal): -10219869 or 10686052. OLE color: 10686052.
HSL color Cylindrical-coordinate representation of color #640EA3: hue angle of 274.63º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640EA3 is Cyan = 0.39, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 100 | 14 | 163 | - |
| CMYK | 0.39 | 0.91 | 0 | 0.36 |
| HSL | 274.63º | 0.84% | 0.35% | - |
| HSV(B) | 274.63º | 0.91% | 0.64% | - |
| XYZ | 12.02 | 5.67 | 35.11 | - |
| YUV | 56.7 | 187.99 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 14 | 163 | 0.39 | 0.91 | 0 | 0.36 | 274.63 | 0.84 | 0.35 |
| Hex | 64 | E | A3 | 27 | 5B | 0 | 24 | 113 | 54 | 23 |
| Octal | 144 | 16 | 243 | 47 | 133 | 0 | 44 | 423 | 124 | 43 |
| Binary | 1100100 | 1110 | 10100011 | 100111 | 1011011 | 0 | 100100 | 100010011 | 1010100 | 100011 |
Color Harmonies of #640EA3
Complementary color
Monochromatic Colors of #640EA3
Black with #640EA3
Text Example
Text Example
White with #640EA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640EA3; }
p { color: rgb(100,14,163); }
H1.HeaderClassName
{
color: #640EA3;
}
.AnyTagClassName
{
color: #640EA3;
}
</style>
background-color css
<style>
a { background-color: #640EA3; }
a { background-color: rgb(100,14,163); }
div.DivClassName
{
background-color: #640EA3;
}
.BgClassName
{
background-color: #640EA3;
}
</style>
border-color css
<style>
span { border-color: #640EA3; }
span { border-color: rgb(100,14,163); }
td.TdClassName
{
border-color: #640EA3;
}
.TagClassName
{
border-color: #640EA3;
}
</style>