Shades of Indigo #641695
Tints of Indigo #641695
RGB
CMYK
RGB Variations
Color information
#641695 (or 0x641695) is known color: Indigo. HEX triplet: 64, 16 and 95. RGB value is (100,22,149). Sum of RGB (Red+Green+Blue) = 100+22+149=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #641695 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641695 is #9BE96A. Grayscale: #3B3B3B. Windows color (decimal): -10217835 or 9770596. OLE color: 9770596.
HSL color Cylindrical-coordinate representation of color #641695: hue angle of 276.85º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641695 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 100 | 22 | 149 | - |
| CMYK | 0.33 | 0.85 | 0 | 0.42 |
| HSL | 276.85º | 0.74% | 0.34% | - |
| HSV(B) | 276.85º | 0.85% | 0.58% | - |
| XYZ | 10.97 | 5.45 | 28.91 | - |
| YUV | 59.8 | 178.34 | 156.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 149 | 0.33 | 0.85 | 0 | 0.42 | 276.85 | 0.74 | 0.34 |
| Hex | 64 | 16 | 95 | 21 | 55 | 0 | 2A | 115 | 4A | 22 |
| Octal | 144 | 26 | 225 | 41 | 125 | 0 | 52 | 425 | 112 | 42 |
| Binary | 1100100 | 10110 | 10010101 | 100001 | 1010101 | 0 | 101010 | 100010101 | 1001010 | 100010 |
Color Harmonies of #641695
Complementary color
Monochromatic Colors of #641695
Black with #641695
Text Example
Text Example
White with #641695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641695; }
p { color: rgb(100,22,149); }
H1.HeaderClassName
{
color: #641695;
}
.AnyTagClassName
{
color: #641695;
}
</style>
background-color css
<style>
a { background-color: #641695; }
a { background-color: rgb(100,22,149); }
div.DivClassName
{
background-color: #641695;
}
.BgClassName
{
background-color: #641695;
}
</style>
border-color css
<style>
span { border-color: #641695; }
span { border-color: rgb(100,22,149); }
td.TdClassName
{
border-color: #641695;
}
.TagClassName
{
border-color: #641695;
}
</style>