Shades of Indigo #64138E
Tints of Indigo #64138E
RGB
CMYK
RGB Variations
Color information
#64138E (or 0x64138E) is known color: Indigo. HEX triplet: 64, 13 and 8E. RGB value is (100,19,142). Sum of RGB (Red+Green+Blue) = 100+19+142=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 19 (7.81% from 255 or 7.28% from 261); Blue value is 142 (55.86% from 255 or 54.41% from 261); Max value from RGB is 142 - color contains mainly: blue. Hex color #64138E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64138E is #9BEC71. Grayscale: #383838. Windows color (decimal): -10218610 or 9311076. OLE color: 9311076.
HSL color Cylindrical-coordinate representation of color #64138E: hue angle of 279.51º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64138E is Cyan = 0.30, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 19 | 142 | - |
| CMYK | 0.30 | 0.87 | 0 | 0.44 |
| HSL | 279.51º | 0.76% | 0.32% | - |
| HSV(B) | 279.51º | 0.87% | 0.56% | - |
| XYZ | 10.37 | 5.13 | 26.03 | - |
| YUV | 57.24 | 175.84 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 142 | 0.30 | 0.87 | 0 | 0.44 | 279.51 | 0.76 | 0.32 |
| Hex | 64 | 13 | 8E | 1E | 57 | 0 | 2C | 118 | 4C | 20 |
| Octal | 144 | 23 | 216 | 36 | 127 | 0 | 54 | 430 | 114 | 40 |
| Binary | 1100100 | 10011 | 10001110 | 11110 | 1010111 | 0 | 101100 | 100011000 | 1001100 | 100000 |
Color Harmonies of #64138E
Complementary color
Monochromatic Colors of #64138E
Black with #64138E
Text Example
Text Example
White with #64138E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64138E; }
p { color: rgb(100,19,142); }
H1.HeaderClassName
{
color: #64138E;
}
.AnyTagClassName
{
color: #64138E;
}
</style>
background-color css
<style>
a { background-color: #64138E; }
a { background-color: rgb(100,19,142); }
div.DivClassName
{
background-color: #64138E;
}
.BgClassName
{
background-color: #64138E;
}
</style>
border-color css
<style>
span { border-color: #64138E; }
span { border-color: rgb(100,19,142); }
td.TdClassName
{
border-color: #64138E;
}
.TagClassName
{
border-color: #64138E;
}
</style>