Shades of Indigo #640394
Tints of Indigo #640394
RGB
CMYK
RGB Variations
Color information
#640394 (or 0x640394) is known color: Indigo. HEX triplet: 64, 03 and 94. RGB value is (100,3,148). Sum of RGB (Red+Green+Blue) = 100+3+148=251 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.84% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 148 (58.20% from 255 or 58.96% from 251); Max value from RGB is 148 - color contains mainly: blue. Hex color #640394 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640394 is #9BFC6B. Grayscale: #303030. Windows color (decimal): -10222700 or 9700196. OLE color: 9700196.
HSL color Cylindrical-coordinate representation of color #640394: hue angle of 280.14º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #640394 is Cyan = 0.32, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 3 | 148 | - |
| CMYK | 0.32 | 0.98 | 0 | 0.42 |
| HSL | 280.14º | 0.96% | 0.3% | - |
| HSV(B) | 280.14º | 0.98% | 0.58% | - |
| XYZ | 10.63 | 4.91 | 28.4 | - |
| YUV | 48.53 | 184.14 | 164.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 148 | 0.32 | 0.98 | 0 | 0.42 | 280.14 | 0.96 | 0.3 |
| Hex | 64 | 3 | 94 | 20 | 62 | 0 | 2A | 118 | 60 | 1E |
| Octal | 144 | 3 | 224 | 40 | 142 | 0 | 52 | 430 | 140 | 36 |
| Binary | 1100100 | 11 | 10010100 | 100000 | 1100010 | 0 | 101010 | 100011000 | 1100000 | 11110 |
Color Harmonies of #640394
Complementary color
Monochromatic Colors of #640394
Black with #640394
Text Example
Text Example
White with #640394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640394; }
p { color: rgb(100,3,148); }
H1.HeaderClassName
{
color: #640394;
}
.AnyTagClassName
{
color: #640394;
}
</style>
background-color css
<style>
a { background-color: #640394; }
a { background-color: rgb(100,3,148); }
div.DivClassName
{
background-color: #640394;
}
.BgClassName
{
background-color: #640394;
}
</style>
border-color css
<style>
span { border-color: #640394; }
span { border-color: rgb(100,3,148); }
td.TdClassName
{
border-color: #640394;
}
.TagClassName
{
border-color: #640394;
}
</style>