Shades of Indigo #641694
Tints of Indigo #641694
RGB
CMYK
RGB Variations
Color information
#641694 (or 0x641694) is known color: Indigo. HEX triplet: 64, 16 and 94. RGB value is (100,22,148). Sum of RGB (Red+Green+Blue) = 100+22+148=270 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.04% from 270); Green value is 22 (8.98% from 255 or 8.15% from 270); Blue value is 148 (58.20% from 255 or 54.81% from 270); Max value from RGB is 148 - color contains mainly: blue. Hex color #641694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641694 is #9BE96B. Grayscale: #3B3B3B. Windows color (decimal): -10217836 or 9705060. OLE color: 9705060.
HSL color Cylindrical-coordinate representation of color #641694: hue angle of 277.14º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641694 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 22 | 148 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.42 |
| HSL | 277.14º | 0.74% | 0.33% | - |
| HSV(B) | 277.14º | 0.85% | 0.58% | - |
| XYZ | 10.89 | 5.42 | 28.49 | - |
| YUV | 59.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 148 | 0.32 | 0.85 | 0 | 0.42 | 277.14 | 0.74 | 0.33 |
| Hex | 64 | 16 | 94 | 20 | 55 | 0 | 2A | 115 | 4A | 21 |
| Octal | 144 | 26 | 224 | 40 | 125 | 0 | 52 | 425 | 112 | 41 |
| Binary | 1100100 | 10110 | 10010100 | 100000 | 1010101 | 0 | 101010 | 100010101 | 1001010 | 100001 |
Color Harmonies of #641694
Complementary color
Monochromatic Colors of #641694
Black with #641694
Text Example
Text Example
White with #641694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641694; }
p { color: rgb(100,22,148); }
H1.HeaderClassName
{
color: #641694;
}
.AnyTagClassName
{
color: #641694;
}
</style>
background-color css
<style>
a { background-color: #641694; }
a { background-color: rgb(100,22,148); }
div.DivClassName
{
background-color: #641694;
}
.BgClassName
{
background-color: #641694;
}
</style>
border-color css
<style>
span { border-color: #641694; }
span { border-color: rgb(100,22,148); }
td.TdClassName
{
border-color: #641694;
}
.TagClassName
{
border-color: #641694;
}
</style>