Shades of Indigo #641692
Tints of Indigo #641692
RGB
CMYK
RGB Variations
Color information
#641692 (or 0x641692) is known color: Indigo. HEX triplet: 64, 16 and 92. RGB value is (100,22,146). Sum of RGB (Red+Green+Blue) = 100+22+146=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 146 (57.42% from 255 or 54.48% from 268); Max value from RGB is 146 - color contains mainly: blue. Hex color #641692 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641692 is #9BE96D. Grayscale: #3B3B3B. Windows color (decimal): -10217838 or 9573988. OLE color: 9573988.
HSL color Cylindrical-coordinate representation of color #641692: hue angle of 277.74º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #641692 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 100 | 22 | 146 | - |
| CMYK | 0.32 | 0.85 | 0 | 0.43 |
| HSL | 277.74º | 0.74% | 0.33% | - |
| HSV(B) | 277.74º | 0.85% | 0.57% | - |
| XYZ | 10.73 | 5.36 | 27.66 | - |
| YUV | 59.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 146 | 0.32 | 0.85 | 0 | 0.43 | 277.74 | 0.74 | 0.33 |
| Hex | 64 | 16 | 92 | 20 | 55 | 0 | 2B | 116 | 4A | 21 |
| Octal | 144 | 26 | 222 | 40 | 125 | 0 | 53 | 426 | 112 | 41 |
| Binary | 1100100 | 10110 | 10010010 | 100000 | 1010101 | 0 | 101011 | 100010110 | 1001010 | 100001 |
Color Harmonies of #641692
Complementary color
Monochromatic Colors of #641692
Black with #641692
Text Example
Text Example
White with #641692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641692; }
p { color: rgb(100,22,146); }
H1.HeaderClassName
{
color: #641692;
}
.AnyTagClassName
{
color: #641692;
}
</style>
background-color css
<style>
a { background-color: #641692; }
a { background-color: rgb(100,22,146); }
div.DivClassName
{
background-color: #641692;
}
.BgClassName
{
background-color: #641692;
}
</style>
border-color css
<style>
span { border-color: #641692; }
span { border-color: rgb(100,22,146); }
td.TdClassName
{
border-color: #641692;
}
.TagClassName
{
border-color: #641692;
}
</style>