Shades of Indigo #641784
Tints of Indigo #641784
RGB
CMYK
RGB Variations
Color information
#641784 (or 0x641784) is known color: Indigo. HEX triplet: 64, 17 and 84. RGB value is (100,23,132). Sum of RGB (Red+Green+Blue) = 100+23+132=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #641784 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641784 is #9BE87B. Grayscale: #3A3A3A. Windows color (decimal): -10217596 or 8656740. OLE color: 8656740.
HSL color Cylindrical-coordinate representation of color #641784: hue angle of 282.39º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641784 is Cyan = 0.24, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 23 | 132 | - |
| CMYK | 0.24 | 0.83 | 0 | 0.48 |
| HSL | 282.39º | 0.7% | 0.3% | - |
| HSV(B) | 282.39º | 0.83% | 0.52% | - |
| XYZ | 9.73 | 4.99 | 22.28 | - |
| YUV | 58.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 132 | 0.24 | 0.83 | 0 | 0.48 | 282.39 | 0.7 | 0.3 |
| Hex | 64 | 17 | 84 | 18 | 53 | 0 | 30 | 11A | 46 | 1E |
| Octal | 144 | 27 | 204 | 30 | 123 | 0 | 60 | 432 | 106 | 36 |
| Binary | 1100100 | 10111 | 10000100 | 11000 | 1010011 | 0 | 110000 | 100011010 | 1000110 | 11110 |
Color Harmonies of #641784
Complementary color
Monochromatic Colors of #641784
Black with #641784
Text Example
Text Example
White with #641784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641784; }
p { color: rgb(100,23,132); }
H1.HeaderClassName
{
color: #641784;
}
.AnyTagClassName
{
color: #641784;
}
</style>
background-color css
<style>
a { background-color: #641784; }
a { background-color: rgb(100,23,132); }
div.DivClassName
{
background-color: #641784;
}
.BgClassName
{
background-color: #641784;
}
</style>
border-color css
<style>
span { border-color: #641784; }
span { border-color: rgb(100,23,132); }
td.TdClassName
{
border-color: #641784;
}
.TagClassName
{
border-color: #641784;
}
</style>