Shades of Indigo #641099
Tints of Indigo #641099
RGB
CMYK
RGB Variations
Color information
#641099 (or 0x641099) is known color: Indigo. HEX triplet: 64, 10 and 99. RGB value is (100,16,153). Sum of RGB (Red+Green+Blue) = 100+16+153=269 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.17% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 153 (60.16% from 255 or 56.88% from 269); Max value from RGB is 153 - color contains mainly: blue. Hex color #641099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641099 is #9BEF66. Grayscale: #383838. Windows color (decimal): -10219367 or 10031204. OLE color: 10031204.
HSL color Cylindrical-coordinate representation of color #641099: hue angle of 276.79º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #641099 is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 100 | 16 | 153 | - |
| CMYK | 0.35 | 0.90 | 0 | 0.4 |
| HSL | 276.79º | 0.81% | 0.33% | - |
| HSV(B) | 276.79º | 0.9% | 0.6% | - |
| XYZ | 11.19 | 5.38 | 30.59 | - |
| YUV | 56.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 153 | 0.35 | 0.90 | 0 | 0.4 | 276.79 | 0.81 | 0.33 |
| Hex | 64 | 10 | 99 | 23 | 5A | 0 | 28 | 115 | 51 | 21 |
| Octal | 144 | 20 | 231 | 43 | 132 | 0 | 50 | 425 | 121 | 41 |
| Binary | 1100100 | 10000 | 10011001 | 100011 | 1011010 | 0 | 101000 | 100010101 | 1010001 | 100001 |
Color Harmonies of #641099
Complementary color
Monochromatic Colors of #641099
Black with #641099
Text Example
Text Example
White with #641099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641099; }
p { color: rgb(100,16,153); }
H1.HeaderClassName
{
color: #641099;
}
.AnyTagClassName
{
color: #641099;
}
</style>
background-color css
<style>
a { background-color: #641099; }
a { background-color: rgb(100,16,153); }
div.DivClassName
{
background-color: #641099;
}
.BgClassName
{
background-color: #641099;
}
</style>
border-color css
<style>
span { border-color: #641099; }
span { border-color: rgb(100,16,153); }
td.TdClassName
{
border-color: #641099;
}
.TagClassName
{
border-color: #641099;
}
</style>