Shades of Indigo #640A90
Tints of Indigo #640A90
RGB
CMYK
RGB Variations
Color information
#640A90 (or 0x640A90) is known color: Indigo. HEX triplet: 64, 0A and 90. RGB value is (100,10,144). Sum of RGB (Red+Green+Blue) = 100+10+144=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #640A90 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640A90 is #9BF56F. Grayscale: #333333. Windows color (decimal): -10220912 or 9439844. OLE color: 9439844.
HSL color Cylindrical-coordinate representation of color #640A90: hue angle of 280.3º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640A90 is Cyan = 0.31, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 10 | 144 | - |
| CMYK | 0.31 | 0.93 | 0 | 0.44 |
| HSL | 280.3º | 0.87% | 0.3% | - |
| HSV(B) | 280.3º | 0.93% | 0.56% | - |
| XYZ | 10.4 | 4.94 | 26.79 | - |
| YUV | 52.19 | 179.82 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 10 | 144 | 0.31 | 0.93 | 0 | 0.44 | 280.3 | 0.87 | 0.3 |
| Hex | 64 | A | 90 | 1F | 5D | 0 | 2C | 118 | 57 | 1E |
| Octal | 144 | 12 | 220 | 37 | 135 | 0 | 54 | 430 | 127 | 36 |
| Binary | 1100100 | 1010 | 10010000 | 11111 | 1011101 | 0 | 101100 | 100011000 | 1010111 | 11110 |
Color Harmonies of #640A90
Complementary color
Monochromatic Colors of #640A90
Black with #640A90
Text Example
Text Example
White with #640A90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640A90; }
p { color: rgb(100,10,144); }
H1.HeaderClassName
{
color: #640A90;
}
.AnyTagClassName
{
color: #640A90;
}
</style>
background-color css
<style>
a { background-color: #640A90; }
a { background-color: rgb(100,10,144); }
div.DivClassName
{
background-color: #640A90;
}
.BgClassName
{
background-color: #640A90;
}
</style>
border-color css
<style>
span { border-color: #640A90; }
span { border-color: rgb(100,10,144); }
td.TdClassName
{
border-color: #640A90;
}
.TagClassName
{
border-color: #640A90;
}
</style>