Shades of Indigo #640396
Tints of Indigo #640396
RGB
CMYK
RGB Variations
Color information
#640396 (or 0x640396) is known color: Indigo. HEX triplet: 64, 03 and 96. RGB value is (100,3,150). Sum of RGB (Red+Green+Blue) = 100+3+150=253 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.53% from 253); Green value is 3 (1.56% from 255 or 1.19% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #640396 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640396 is #9BFC69. Grayscale: #303030. Windows color (decimal): -10222698 or 9831268. OLE color: 9831268.
HSL color Cylindrical-coordinate representation of color #640396: hue angle of 279.59º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640396 is Cyan = 0.33, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 100 | 3 | 150 | - |
| CMYK | 0.33 | 0.98 | 0 | 0.41 |
| HSL | 279.59º | 0.96% | 0.3% | - |
| HSV(B) | 279.59º | 0.98% | 0.59% | - |
| XYZ | 10.79 | 4.98 | 29.25 | - |
| YUV | 48.76 | 185.14 | 164.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 150 | 0.33 | 0.98 | 0 | 0.41 | 279.59 | 0.96 | 0.3 |
| Hex | 64 | 3 | 96 | 21 | 62 | 0 | 29 | 118 | 60 | 1E |
| Octal | 144 | 3 | 226 | 41 | 142 | 0 | 51 | 430 | 140 | 36 |
| Binary | 1100100 | 11 | 10010110 | 100001 | 1100010 | 0 | 101001 | 100011000 | 1100000 | 11110 |
Color Harmonies of #640396
Complementary color
Monochromatic Colors of #640396
Black with #640396
Text Example
Text Example
White with #640396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640396; }
p { color: rgb(100,3,150); }
H1.HeaderClassName
{
color: #640396;
}
.AnyTagClassName
{
color: #640396;
}
</style>
background-color css
<style>
a { background-color: #640396; }
a { background-color: rgb(100,3,150); }
div.DivClassName
{
background-color: #640396;
}
.BgClassName
{
background-color: #640396;
}
</style>
border-color css
<style>
span { border-color: #640396; }
span { border-color: rgb(100,3,150); }
td.TdClassName
{
border-color: #640396;
}
.TagClassName
{
border-color: #640396;
}
</style>