Shades of Indigo #640180
Tints of Indigo #640180
RGB
CMYK
RGB Variations
Color information
#640180 (or 0x640180) is known color: Indigo. HEX triplet: 64, 01 and 80. RGB value is (100,1,128). Sum of RGB (Red+Green+Blue) = 100+1+128=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 128 (50.39% from 255 or 55.90% from 229); Max value from RGB is 128 - color contains mainly: blue. Hex color #640180 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640180 is #9BFE7F. Grayscale: #2C2C2C. Windows color (decimal): -10223232 or 8388964. OLE color: 8388964.
HSL color Cylindrical-coordinate representation of color #640180: hue angle of 286.77º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640180 is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 1 | 128 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.50 |
| HSL | 286.77º | 0.98% | 0.25% | - |
| HSV(B) | 286.77º | 0.99% | 0.5% | - |
| XYZ | 9.16 | 4.29 | 20.77 | - |
| YUV | 45.08 | 174.8 | 167.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 128 | 0.22 | 0.99 | 0 | 0.50 | 286.77 | 0.98 | 0.25 |
| Hex | 64 | 1 | 80 | 16 | 63 | 0 | 32 | 11F | 62 | 19 |
| Octal | 144 | 1 | 200 | 26 | 143 | 0 | 62 | 437 | 142 | 31 |
| Binary | 1100100 | 1 | 10000000 | 10110 | 1100011 | 0 | 110010 | 100011111 | 1100010 | 11001 |
Color Harmonies of #640180
Complementary color
Monochromatic Colors of #640180
Black with #640180
Text Example
Text Example
White with #640180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640180; }
p { color: rgb(100,1,128); }
H1.HeaderClassName
{
color: #640180;
}
.AnyTagClassName
{
color: #640180;
}
</style>
background-color css
<style>
a { background-color: #640180; }
a { background-color: rgb(100,1,128); }
div.DivClassName
{
background-color: #640180;
}
.BgClassName
{
background-color: #640180;
}
</style>
border-color css
<style>
span { border-color: #640180; }
span { border-color: rgb(100,1,128); }
td.TdClassName
{
border-color: #640180;
}
.TagClassName
{
border-color: #640180;
}
</style>