Shades of Indigo #641592
Tints of Indigo #641592
RGB
CMYK
RGB Variations
Color information
#641592 (or 0x641592) is known color: Indigo. HEX triplet: 64, 15 and 92. RGB value is (100,21,146). Sum of RGB (Red+Green+Blue) = 100+21+146=267 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.45% from 267); Green value is 21 (8.59% from 255 or 7.87% from 267); Blue value is 146 (57.42% from 255 or 54.68% from 267); Max value from RGB is 146 - color contains mainly: blue. Hex color #641592 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641592 is #9BEA6D. Grayscale: #3A3A3A. Windows color (decimal): -10218094 or 9573732. OLE color: 9573732.
HSL color Cylindrical-coordinate representation of color #641592: hue angle of 277.92º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641592 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 21 | 146 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.43 |
| HSL | 277.92º | 0.75% | 0.33% | - |
| HSV(B) | 277.92º | 0.86% | 0.57% | - |
| XYZ | 10.71 | 5.32 | 27.66 | - |
| YUV | 58.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 21 | 146 | 0.32 | 0.86 | 0 | 0.43 | 277.92 | 0.75 | 0.33 |
| Hex | 64 | 15 | 92 | 20 | 56 | 0 | 2B | 116 | 4B | 21 |
| Octal | 144 | 25 | 222 | 40 | 126 | 0 | 53 | 426 | 113 | 41 |
| Binary | 1100100 | 10101 | 10010010 | 100000 | 1010110 | 0 | 101011 | 100010110 | 1001011 | 100001 |
Color Harmonies of #641592
Complementary color
Monochromatic Colors of #641592
Black with #641592
Text Example
Text Example
White with #641592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641592; }
p { color: rgb(100,21,146); }
H1.HeaderClassName
{
color: #641592;
}
.AnyTagClassName
{
color: #641592;
}
</style>
background-color css
<style>
a { background-color: #641592; }
a { background-color: rgb(100,21,146); }
div.DivClassName
{
background-color: #641592;
}
.BgClassName
{
background-color: #641592;
}
</style>
border-color css
<style>
span { border-color: #641592; }
span { border-color: rgb(100,21,146); }
td.TdClassName
{
border-color: #641592;
}
.TagClassName
{
border-color: #641592;
}
</style>