Shades of Indigo #640692
Tints of Indigo #640692
RGB
CMYK
RGB Variations
Color information
#640692 (or 0x640692) is known color: Indigo. HEX triplet: 64, 06 and 92. RGB value is (100,6,146). Sum of RGB (Red+Green+Blue) = 100+6+146=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #640692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640692 is #9BF96D. Grayscale: #313131. Windows color (decimal): -10221934 or 9569892. OLE color: 9569892.
HSL color Cylindrical-coordinate representation of color #640692: hue angle of 280.29º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #640692 is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 6 | 146 | - |
| CMYK | 0.32 | 0.96 | 0 | 0.43 |
| HSL | 280.29º | 0.92% | 0.3% | - |
| HSV(B) | 280.29º | 0.96% | 0.57% | - |
| XYZ | 10.51 | 4.91 | 27.59 | - |
| YUV | 50.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 6 | 146 | 0.32 | 0.96 | 0 | 0.43 | 280.29 | 0.92 | 0.3 |
| Hex | 64 | 6 | 92 | 20 | 60 | 0 | 2B | 118 | 5C | 1E |
| Octal | 144 | 6 | 222 | 40 | 140 | 0 | 53 | 430 | 134 | 36 |
| Binary | 1100100 | 110 | 10010010 | 100000 | 1100000 | 0 | 101011 | 100011000 | 1011100 | 11110 |
Color Harmonies of #640692
Complementary color
Monochromatic Colors of #640692
Black with #640692
Text Example
Text Example
White with #640692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #640692; }
p { color: rgb(100,6,146); }
H1.HeaderClassName
{
color: #640692;
}
.AnyTagClassName
{
color: #640692;
}
</style>
background-color css
<style>
a { background-color: #640692; }
a { background-color: rgb(100,6,146); }
div.DivClassName
{
background-color: #640692;
}
.BgClassName
{
background-color: #640692;
}
</style>
border-color css
<style>
span { border-color: #640692; }
span { border-color: rgb(100,6,146); }
td.TdClassName
{
border-color: #640692;
}
.TagClassName
{
border-color: #640692;
}
</style>