Shades of Indigo #640FA0
Tints of Indigo #640FA0
RGB
CMYK
RGB Variations
Color information
#640FA0 (or 0x640FA0) is known color: Indigo. HEX triplet: 64, 0F and A0. RGB value is (100,15,160). Sum of RGB (Red+Green+Blue) = 100+15+160=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 160 (62.89% from 255 or 58.18% from 275); Max value from RGB is 160 - color contains mainly: blue. Hex color #640FA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640FA0 is #9BF05F. Grayscale: #383838. Windows color (decimal): -10219616 or 10489700. OLE color: 10489700.
HSL color Cylindrical-coordinate representation of color #640FA0: hue angle of 275.17º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #640FA0 is Cyan = 0.38, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 100 | 15 | 160 | - |
| CMYK | 0.38 | 0.91 | 0 | 0.37 |
| HSL | 275.17º | 0.83% | 0.34% | - |
| HSV(B) | 275.17º | 0.91% | 0.63% | - |
| XYZ | 11.77 | 5.59 | 33.72 | - |
| YUV | 56.95 | 186.16 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 15 | 160 | 0.38 | 0.91 | 0 | 0.37 | 275.17 | 0.83 | 0.34 |
| Hex | 64 | F | A0 | 26 | 5B | 0 | 25 | 113 | 53 | 22 |
| Octal | 144 | 17 | 240 | 46 | 133 | 0 | 45 | 423 | 123 | 42 |
| Binary | 1100100 | 1111 | 10100000 | 100110 | 1011011 | 0 | 100101 | 100010011 | 1010011 | 100010 |
Color Harmonies of #640FA0
Complementary color
Monochromatic Colors of #640FA0
Black with #640FA0
Text Example
Text Example
White with #640FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640FA0; }
p { color: rgb(100,15,160); }
H1.HeaderClassName
{
color: #640FA0;
}
.AnyTagClassName
{
color: #640FA0;
}
</style>
background-color css
<style>
a { background-color: #640FA0; }
a { background-color: rgb(100,15,160); }
div.DivClassName
{
background-color: #640FA0;
}
.BgClassName
{
background-color: #640FA0;
}
</style>
border-color css
<style>
span { border-color: #640FA0; }
span { border-color: rgb(100,15,160); }
td.TdClassName
{
border-color: #640FA0;
}
.TagClassName
{
border-color: #640FA0;
}
</style>