Shades of Indigo #640690
Tints of Indigo #640690
RGB
CMYK
RGB Variations
Color information
#640690 (or 0x640690) is known color: Indigo. HEX triplet: 64, 06 and 90. RGB value is (100,6,144). Sum of RGB (Red+Green+Blue) = 100+6+144=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #640690 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640690 is #9BF96F. Grayscale: #313131. Windows color (decimal): -10221936 or 9438820. OLE color: 9438820.
HSL color Cylindrical-coordinate representation of color #640690: hue angle of 280.87º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640690 is Cyan = 0.31, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 6 | 144 | - |
| CMYK | 0.31 | 0.96 | 0 | 0.44 |
| HSL | 280.87º | 0.92% | 0.29% | - |
| HSV(B) | 280.87º | 0.96% | 0.56% | - |
| XYZ | 10.35 | 4.85 | 26.78 | - |
| YUV | 49.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 144 | 0.31 | 0.96 | 0 | 0.44 | 280.87 | 0.92 | 0.29 |
| Hex | 64 | 6 | 90 | 1F | 60 | 0 | 2C | 119 | 5C | 1D |
| Octal | 144 | 6 | 220 | 37 | 140 | 0 | 54 | 431 | 134 | 35 |
| Binary | 1100100 | 110 | 10010000 | 11111 | 1100000 | 0 | 101100 | 100011001 | 1011100 | 11101 |
Color Harmonies of #640690
Complementary color
Monochromatic Colors of #640690
Black with #640690
Text Example
Text Example
White with #640690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640690; }
p { color: rgb(100,6,144); }
H1.HeaderClassName
{
color: #640690;
}
.AnyTagClassName
{
color: #640690;
}
</style>
background-color css
<style>
a { background-color: #640690; }
a { background-color: rgb(100,6,144); }
div.DivClassName
{
background-color: #640690;
}
.BgClassName
{
background-color: #640690;
}
</style>
border-color css
<style>
span { border-color: #640690; }
span { border-color: rgb(100,6,144); }
td.TdClassName
{
border-color: #640690;
}
.TagClassName
{
border-color: #640690;
}
</style>