Shades of Indigo #641088
Tints of Indigo #641088
RGB
CMYK
RGB Variations
Color information
#641088 (or 0x641088) is known color: Indigo. HEX triplet: 64, 10 and 88. RGB value is (100,16,136). Sum of RGB (Red+Green+Blue) = 100+16+136=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 16 (6.64% from 255 or 6.35% from 252); Blue value is 136 (53.52% from 255 or 53.97% from 252); Max value from RGB is 136 - color contains mainly: blue. Hex color #641088 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641088 is #9BEF77. Grayscale: #363636. Windows color (decimal): -10219384 or 8917092. OLE color: 8917092.
HSL color Cylindrical-coordinate representation of color #641088: hue angle of 282º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #641088 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 16 | 136 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.47 |
| HSL | 282º | 0.79% | 0.3% | - |
| HSV(B) | 282º | 0.88% | 0.53% | - |
| XYZ | 9.88 | 4.86 | 23.71 | - |
| YUV | 54.8 | 173.83 | 160.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 136 | 0.26 | 0.88 | 0 | 0.47 | 282 | 0.79 | 0.3 |
| Hex | 64 | 10 | 88 | 1A | 58 | 0 | 2F | 11A | 4F | 1E |
| Octal | 144 | 20 | 210 | 32 | 130 | 0 | 57 | 432 | 117 | 36 |
| Binary | 1100100 | 10000 | 10001000 | 11010 | 1011000 | 0 | 101111 | 100011010 | 1001111 | 11110 |
Color Harmonies of #641088
Complementary color
Monochromatic Colors of #641088
Black with #641088
Text Example
Text Example
White with #641088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641088; }
p { color: rgb(100,16,136); }
H1.HeaderClassName
{
color: #641088;
}
.AnyTagClassName
{
color: #641088;
}
</style>
background-color css
<style>
a { background-color: #641088; }
a { background-color: rgb(100,16,136); }
div.DivClassName
{
background-color: #641088;
}
.BgClassName
{
background-color: #641088;
}
</style>
border-color css
<style>
span { border-color: #641088; }
span { border-color: rgb(100,16,136); }
td.TdClassName
{
border-color: #641088;
}
.TagClassName
{
border-color: #641088;
}
</style>