Shades of Indigo #640193
Tints of Indigo #640193
RGB
CMYK
RGB Variations
Color information
#640193 (or 0x640193) is known color: Indigo. HEX triplet: 64, 01 and 93. RGB value is (100,1,147). Sum of RGB (Red+Green+Blue) = 100+1+147=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 147 (57.81% from 255 or 59.27% from 248); Max value from RGB is 147 - color contains mainly: blue. Hex color #640193 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640193 is #9BFE6C. Grayscale: #2E2E2E. Windows color (decimal): -10223213 or 9634148. OLE color: 9634148.
HSL color Cylindrical-coordinate representation of color #640193: hue angle of 280.68º 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 #640193 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 1 | 147 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.42 |
| HSL | 280.68º | 0.99% | 0.29% | - |
| HSV(B) | 280.68º | 0.99% | 0.58% | - |
| XYZ | 10.53 | 4.84 | 27.98 | - |
| YUV | 47.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 1 | 147 | 0.32 | 0.99 | 0 | 0.42 | 280.68 | 0.99 | 0.29 |
| Hex | 64 | 1 | 93 | 20 | 63 | 0 | 2A | 119 | 63 | 1D |
| Octal | 144 | 1 | 223 | 40 | 143 | 0 | 52 | 431 | 143 | 35 |
| Binary | 1100100 | 1 | 10010011 | 100000 | 1100011 | 0 | 101010 | 100011001 | 1100011 | 11101 |
Color Harmonies of #640193
Complementary color
Monochromatic Colors of #640193
Black with #640193
Text Example
Text Example
White with #640193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640193; }
p { color: rgb(100,1,147); }
H1.HeaderClassName
{
color: #640193;
}
.AnyTagClassName
{
color: #640193;
}
</style>
background-color css
<style>
a { background-color: #640193; }
a { background-color: rgb(100,1,147); }
div.DivClassName
{
background-color: #640193;
}
.BgClassName
{
background-color: #640193;
}
</style>
border-color css
<style>
span { border-color: #640193; }
span { border-color: rgb(100,1,147); }
td.TdClassName
{
border-color: #640193;
}
.TagClassName
{
border-color: #640193;
}
</style>