Shades of Indigo #641884
Tints of Indigo #641884
RGB
CMYK
RGB Variations
Color information
#641884 (or 0x641884) is known color: Indigo. HEX triplet: 64, 18 and 84. RGB value is (100,24,132). Sum of RGB (Red+Green+Blue) = 100+24+132=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 24 (9.77% from 255 or 9.38% from 256); Blue value is 132 (51.95% from 255 or 51.56% from 256); Max value from RGB is 132 - color contains mainly: blue. Hex color #641884 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641884 is #9BE77B. Grayscale: #3A3A3A. Windows color (decimal): -10217340 or 8656996. OLE color: 8656996.
HSL color Cylindrical-coordinate representation of color #641884: hue angle of 282.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #641884 is Cyan = 0.24, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 24 | 132 | - |
| CMYK | 0.24 | 0.82 | 0 | 0.48 |
| HSL | 282.22º | 0.69% | 0.31% | - |
| HSV(B) | 282.22º | 0.82% | 0.52% | - |
| XYZ | 9.75 | 5.03 | 22.29 | - |
| YUV | 59.04 | 169.18 | 157.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 132 | 0.24 | 0.82 | 0 | 0.48 | 282.22 | 0.69 | 0.31 |
| Hex | 64 | 18 | 84 | 18 | 52 | 0 | 30 | 11A | 45 | 1F |
| Octal | 144 | 30 | 204 | 30 | 122 | 0 | 60 | 432 | 105 | 37 |
| Binary | 1100100 | 11000 | 10000100 | 11000 | 1010010 | 0 | 110000 | 100011010 | 1000101 | 11111 |
Color Harmonies of #641884
Complementary color
Monochromatic Colors of #641884
Black with #641884
Text Example
Text Example
White with #641884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641884; }
p { color: rgb(100,24,132); }
H1.HeaderClassName
{
color: #641884;
}
.AnyTagClassName
{
color: #641884;
}
</style>
background-color css
<style>
a { background-color: #641884; }
a { background-color: rgb(100,24,132); }
div.DivClassName
{
background-color: #641884;
}
.BgClassName
{
background-color: #641884;
}
</style>
border-color css
<style>
span { border-color: #641884; }
span { border-color: rgb(100,24,132); }
td.TdClassName
{
border-color: #641884;
}
.TagClassName
{
border-color: #641884;
}
</style>