Shades of Indigo #641288
Tints of Indigo #641288
RGB
CMYK
RGB Variations
Color information
#641288 (or 0x641288) is known color: Indigo. HEX triplet: 64, 12 and 88. RGB value is (100,18,136). Sum of RGB (Red+Green+Blue) = 100+18+136=254 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.37% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 136 (53.52% from 255 or 53.54% from 254); Max value from RGB is 136 - color contains mainly: blue. Hex color #641288 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #641288 is #9BED77. Grayscale: #373737. Windows color (decimal): -10218872 or 8917604. OLE color: 8917604.
HSL color Cylindrical-coordinate representation of color #641288: hue angle of 281.69º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #641288 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 100 | 18 | 136 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.47 |
| HSL | 281.69º | 0.77% | 0.3% | - |
| HSV(B) | 281.69º | 0.87% | 0.53% | - |
| XYZ | 9.92 | 4.92 | 23.72 | - |
| YUV | 55.97 | 173.17 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 136 | 0.26 | 0.87 | 0 | 0.47 | 281.69 | 0.77 | 0.3 |
| Hex | 64 | 12 | 88 | 1A | 57 | 0 | 2F | 11A | 4D | 1E |
| Octal | 144 | 22 | 210 | 32 | 127 | 0 | 57 | 432 | 115 | 36 |
| Binary | 1100100 | 10010 | 10001000 | 11010 | 1010111 | 0 | 101111 | 100011010 | 1001101 | 11110 |
Color Harmonies of #641288
Complementary color
Monochromatic Colors of #641288
Black with #641288
Text Example
Text Example
White with #641288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #641288; }
p { color: rgb(100,18,136); }
H1.HeaderClassName
{
color: #641288;
}
.AnyTagClassName
{
color: #641288;
}
</style>
background-color css
<style>
a { background-color: #641288; }
a { background-color: rgb(100,18,136); }
div.DivClassName
{
background-color: #641288;
}
.BgClassName
{
background-color: #641288;
}
</style>
border-color css
<style>
span { border-color: #641288; }
span { border-color: rgb(100,18,136); }
td.TdClassName
{
border-color: #641288;
}
.TagClassName
{
border-color: #641288;
}
</style>