Shades of Indigo #640292
Tints of Indigo #640292
RGB
CMYK
RGB Variations
Color information
#640292 (or 0x640292) is known color: Indigo. HEX triplet: 64, 02 and 92. RGB value is (100,2,146). Sum of RGB (Red+Green+Blue) = 100+2+146=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 2 (1.17% from 255 or 0.81% from 248); Blue value is 146 (57.42% from 255 or 58.87% from 248); Max value from RGB is 146 - color contains mainly: blue. Hex color #640292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640292 is #9BFD6D. Grayscale: #2F2F2F. Windows color (decimal): -10222958 or 9568868. OLE color: 9568868.
HSL color Cylindrical-coordinate representation of color #640292: hue angle of 280.83º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #640292 is Cyan = 0.32, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 2 | 146 | - |
| CMYK | 0.32 | 0.99 | 0 | 0.43 |
| HSL | 280.83º | 0.97% | 0.29% | - |
| HSV(B) | 280.83º | 0.99% | 0.57% | - |
| XYZ | 10.47 | 4.83 | 27.57 | - |
| YUV | 47.72 | 183.47 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 2 | 146 | 0.32 | 0.99 | 0 | 0.43 | 280.83 | 0.97 | 0.29 |
| Hex | 64 | 2 | 92 | 20 | 63 | 0 | 2B | 119 | 61 | 1D |
| Octal | 144 | 2 | 222 | 40 | 143 | 0 | 53 | 431 | 141 | 35 |
| Binary | 1100100 | 10 | 10010010 | 100000 | 1100011 | 0 | 101011 | 100011001 | 1100001 | 11101 |
Color Harmonies of #640292
Complementary color
Monochromatic Colors of #640292
Black with #640292
Text Example
Text Example
White with #640292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640292; }
p { color: rgb(100,2,146); }
H1.HeaderClassName
{
color: #640292;
}
.AnyTagClassName
{
color: #640292;
}
</style>
background-color css
<style>
a { background-color: #640292; }
a { background-color: rgb(100,2,146); }
div.DivClassName
{
background-color: #640292;
}
.BgClassName
{
background-color: #640292;
}
</style>
border-color css
<style>
span { border-color: #640292; }
span { border-color: rgb(100,2,146); }
td.TdClassName
{
border-color: #640292;
}
.TagClassName
{
border-color: #640292;
}
</style>