Shades of Indigo #641492
Tints of Indigo #641492
RGB
CMYK
RGB Variations
Color information
#641492 (or 0x641492) is known color: Indigo. HEX triplet: 64, 14 and 92. RGB value is (100,20,146). Sum of RGB (Red+Green+Blue) = 100+20+146=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 20 (8.20% from 255 or 7.52% from 266); Blue value is 146 (57.42% from 255 or 54.89% from 266); Max value from RGB is 146 - color contains mainly: blue. Hex color #641492 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641492 is #9BEB6D. Grayscale: #393939. Windows color (decimal): -10218350 or 9573476. OLE color: 9573476.
HSL color Cylindrical-coordinate representation of color #641492: hue angle of 278.1º degrees, saturation: 0.76, 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 #641492 is Cyan = 0.32, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 20 | 146 | - |
| CMYK | 0.32 | 0.86 | 0 | 0.43 |
| HSL | 278.1º | 0.76% | 0.33% | - |
| HSV(B) | 278.1º | 0.86% | 0.57% | - |
| XYZ | 10.69 | 5.28 | 27.65 | - |
| YUV | 58.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 146 | 0.32 | 0.86 | 0 | 0.43 | 278.1 | 0.76 | 0.33 |
| Hex | 64 | 14 | 92 | 20 | 56 | 0 | 2B | 116 | 4C | 21 |
| Octal | 144 | 24 | 222 | 40 | 126 | 0 | 53 | 426 | 114 | 41 |
| Binary | 1100100 | 10100 | 10010010 | 100000 | 1010110 | 0 | 101011 | 100010110 | 1001100 | 100001 |
Color Harmonies of #641492
Complementary color
Monochromatic Colors of #641492
Black with #641492
Text Example
Text Example
White with #641492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641492; }
p { color: rgb(100,20,146); }
H1.HeaderClassName
{
color: #641492;
}
.AnyTagClassName
{
color: #641492;
}
</style>
background-color css
<style>
a { background-color: #641492; }
a { background-color: rgb(100,20,146); }
div.DivClassName
{
background-color: #641492;
}
.BgClassName
{
background-color: #641492;
}
</style>
border-color css
<style>
span { border-color: #641492; }
span { border-color: rgb(100,20,146); }
td.TdClassName
{
border-color: #641492;
}
.TagClassName
{
border-color: #641492;
}
</style>