Shades of Indigo #640195
Tints of Indigo #640195
RGB
CMYK
RGB Variations
Color information
#640195 (or 0x640195) is known color: Indigo. HEX triplet: 64, 01 and 95. RGB value is (100,1,149). Sum of RGB (Red+Green+Blue) = 100+1+149=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 149 (58.59% from 255 or 59.6% from 250); Max value from RGB is 149 - color contains mainly: blue. Hex color #640195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640195 is #9BFE6A. Grayscale: #2E2E2E. Windows color (decimal): -10223211 or 9765220. OLE color: 9765220.
HSL color Cylindrical-coordinate representation of color #640195: hue angle of 280.14º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640195 is Cyan = 0.33, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 1 | 149 | - |
| CMYK | 0.33 | 0.99 | 0 | 0.42 |
| HSL | 280.14º | 0.99% | 0.29% | - |
| HSV(B) | 280.14º | 0.99% | 0.58% | - |
| XYZ | 10.69 | 4.9 | 28.82 | - |
| YUV | 47.47 | 185.3 | 165.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 149 | 0.33 | 0.99 | 0 | 0.42 | 280.14 | 0.99 | 0.29 |
| Hex | 64 | 1 | 95 | 21 | 63 | 0 | 2A | 118 | 63 | 1D |
| Octal | 144 | 1 | 225 | 41 | 143 | 0 | 52 | 430 | 143 | 35 |
| Binary | 1100100 | 1 | 10010101 | 100001 | 1100011 | 0 | 101010 | 100011000 | 1100011 | 11101 |
Color Harmonies of #640195
Complementary color
Monochromatic Colors of #640195
Black with #640195
Text Example
Text Example
White with #640195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640195; }
p { color: rgb(100,1,149); }
H1.HeaderClassName
{
color: #640195;
}
.AnyTagClassName
{
color: #640195;
}
</style>
background-color css
<style>
a { background-color: #640195; }
a { background-color: rgb(100,1,149); }
div.DivClassName
{
background-color: #640195;
}
.BgClassName
{
background-color: #640195;
}
</style>
border-color css
<style>
span { border-color: #640195; }
span { border-color: rgb(100,1,149); }
td.TdClassName
{
border-color: #640195;
}
.TagClassName
{
border-color: #640195;
}
</style>