Shades of Indigo #64139E
Tints of Indigo #64139E
RGB
CMYK
RGB Variations
Color information
#64139E (or 0x64139E) is known color: Indigo. HEX triplet: 64, 13 and 9E. RGB value is (100,19,158). Sum of RGB (Red+Green+Blue) = 100+19+158=277 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.10% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 158 (62.11% from 255 or 57.04% from 277); Max value from RGB is 158 - color contains mainly: blue. Hex color #64139E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64139E is #9BEC61. Grayscale: #3A3A3A. Windows color (decimal): -10218594 or 10359652. OLE color: 10359652.
HSL color Cylindrical-coordinate representation of color #64139E: hue angle of 274.96º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64139E is Cyan = 0.37, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 19 | 158 | - |
| CMYK | 0.37 | 0.88 | 0 | 0.38 |
| HSL | 274.96º | 0.79% | 0.35% | - |
| HSV(B) | 274.96º | 0.88% | 0.62% | - |
| XYZ | 11.66 | 5.64 | 32.82 | - |
| YUV | 59.07 | 183.84 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 19 | 158 | 0.37 | 0.88 | 0 | 0.38 | 274.96 | 0.79 | 0.35 |
| Hex | 64 | 13 | 9E | 25 | 58 | 0 | 26 | 113 | 4F | 23 |
| Octal | 144 | 23 | 236 | 45 | 130 | 0 | 46 | 423 | 117 | 43 |
| Binary | 1100100 | 10011 | 10011110 | 100101 | 1011000 | 0 | 100110 | 100010011 | 1001111 | 100011 |
Color Harmonies of #64139E
Complementary color
Monochromatic Colors of #64139E
Black with #64139E
Text Example
Text Example
White with #64139E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64139E; }
p { color: rgb(100,19,158); }
H1.HeaderClassName
{
color: #64139E;
}
.AnyTagClassName
{
color: #64139E;
}
</style>
background-color css
<style>
a { background-color: #64139E; }
a { background-color: rgb(100,19,158); }
div.DivClassName
{
background-color: #64139E;
}
.BgClassName
{
background-color: #64139E;
}
</style>
border-color css
<style>
span { border-color: #64139E; }
span { border-color: rgb(100,19,158); }
td.TdClassName
{
border-color: #64139E;
}
.TagClassName
{
border-color: #64139E;
}
</style>