Shades of Indigo #641889
Tints of Indigo #641889
RGB
CMYK
RGB Variations
Color information
#641889 (or 0x641889) is known color: Indigo. HEX triplet: 64, 18 and 89. RGB value is (100,24,137). Sum of RGB (Red+Green+Blue) = 100+24+137=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 24 (9.77% from 255 or 9.20% from 261); Blue value is 137 (53.91% from 255 or 52.49% from 261); Max value from RGB is 137 - color contains mainly: blue. Hex color #641889 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641889 is #9BE776. Grayscale: #3B3B3B. Windows color (decimal): -10217335 or 8984676. OLE color: 8984676.
HSL color Cylindrical-coordinate representation of color #641889: hue angle of 280.35º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641889 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 100 | 24 | 137 | - |
| CMYK | 0.27 | 0.82 | 0 | 0.46 |
| HSL | 280.35º | 0.7% | 0.32% | - |
| HSV(B) | 280.35º | 0.82% | 0.54% | - |
| XYZ | 10.1 | 5.17 | 24.13 | - |
| YUV | 59.61 | 171.68 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 137 | 0.27 | 0.82 | 0 | 0.46 | 280.35 | 0.7 | 0.32 |
| Hex | 64 | 18 | 89 | 1B | 52 | 0 | 2E | 118 | 46 | 20 |
| Octal | 144 | 30 | 211 | 33 | 122 | 0 | 56 | 430 | 106 | 40 |
| Binary | 1100100 | 11000 | 10001001 | 11011 | 1010010 | 0 | 101110 | 100011000 | 1000110 | 100000 |
Color Harmonies of #641889
Complementary color
Monochromatic Colors of #641889
Black with #641889
Text Example
Text Example
White with #641889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641889; }
p { color: rgb(100,24,137); }
H1.HeaderClassName
{
color: #641889;
}
.AnyTagClassName
{
color: #641889;
}
</style>
background-color css
<style>
a { background-color: #641889; }
a { background-color: rgb(100,24,137); }
div.DivClassName
{
background-color: #641889;
}
.BgClassName
{
background-color: #641889;
}
</style>
border-color css
<style>
span { border-color: #641889; }
span { border-color: rgb(100,24,137); }
td.TdClassName
{
border-color: #641889;
}
.TagClassName
{
border-color: #641889;
}
</style>