Shades of Indigo #641785
Tints of Indigo #641785
RGB
CMYK
RGB Variations
Color information
#641785 (or 0x641785) is known color: Indigo. HEX triplet: 64, 17 and 85. RGB value is (100,23,133). Sum of RGB (Red+Green+Blue) = 100+23+133=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 133 (52.34% from 255 or 51.95% from 256); Max value from RGB is 133 - color contains mainly: blue. Hex color #641785 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641785 is #9BE87A. Grayscale: #3A3A3A. Windows color (decimal): -10217595 or 8722276. OLE color: 8722276.
HSL color Cylindrical-coordinate representation of color #641785: hue angle of 282º degrees, saturation: 0.71, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #641785 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 100 | 23 | 133 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.48 |
| HSL | 282º | 0.71% | 0.31% | - |
| HSV(B) | 282º | 0.83% | 0.52% | - |
| XYZ | 9.8 | 5.02 | 22.64 | - |
| YUV | 58.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 23 | 133 | 0.25 | 0.83 | 0 | 0.48 | 282 | 0.71 | 0.31 |
| Hex | 64 | 17 | 85 | 19 | 53 | 0 | 30 | 11A | 47 | 1F |
| Octal | 144 | 27 | 205 | 31 | 123 | 0 | 60 | 432 | 107 | 37 |
| Binary | 1100100 | 10111 | 10000101 | 11001 | 1010011 | 0 | 110000 | 100011010 | 1000111 | 11111 |
Color Harmonies of #641785
Complementary color
Monochromatic Colors of #641785
Black with #641785
Text Example
Text Example
White with #641785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641785; }
p { color: rgb(100,23,133); }
H1.HeaderClassName
{
color: #641785;
}
.AnyTagClassName
{
color: #641785;
}
</style>
background-color css
<style>
a { background-color: #641785; }
a { background-color: rgb(100,23,133); }
div.DivClassName
{
background-color: #641785;
}
.BgClassName
{
background-color: #641785;
}
</style>
border-color css
<style>
span { border-color: #641785; }
span { border-color: rgb(100,23,133); }
td.TdClassName
{
border-color: #641785;
}
.TagClassName
{
border-color: #641785;
}
</style>