Shades of Indigo #64119E
Tints of Indigo #64119E
RGB
CMYK
RGB Variations
Color information
#64119E (or 0x64119E) is known color: Indigo. HEX triplet: 64, 11 and 9E. RGB value is (100,17,158). Sum of RGB (Red+Green+Blue) = 100+17+158=275 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.36% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 158 (62.11% from 255 or 57.45% from 275); Max value from RGB is 158 - color contains mainly: blue. Hex color #64119E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64119E is #9BEE61. Grayscale: #393939. Windows color (decimal): -10219106 or 10359140. OLE color: 10359140.
HSL color Cylindrical-coordinate representation of color #64119E: hue angle of 275.32º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64119E is Cyan = 0.37, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 100 | 17 | 158 | - |
| CMYK | 0.37 | 0.89 | 0 | 0.38 |
| HSL | 275.32º | 0.81% | 0.34% | - |
| HSV(B) | 275.32º | 0.89% | 0.62% | - |
| XYZ | 11.63 | 5.58 | 32.81 | - |
| YUV | 57.89 | 184.5 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 158 | 0.37 | 0.89 | 0 | 0.38 | 275.32 | 0.81 | 0.34 |
| Hex | 64 | 11 | 9E | 25 | 59 | 0 | 26 | 113 | 51 | 22 |
| Octal | 144 | 21 | 236 | 45 | 131 | 0 | 46 | 423 | 121 | 42 |
| Binary | 1100100 | 10001 | 10011110 | 100101 | 1011001 | 0 | 100110 | 100010011 | 1010001 | 100010 |
Color Harmonies of #64119E
Complementary color
Monochromatic Colors of #64119E
Black with #64119E
Text Example
Text Example
White with #64119E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64119E; }
p { color: rgb(100,17,158); }
H1.HeaderClassName
{
color: #64119E;
}
.AnyTagClassName
{
color: #64119E;
}
</style>
background-color css
<style>
a { background-color: #64119E; }
a { background-color: rgb(100,17,158); }
div.DivClassName
{
background-color: #64119E;
}
.BgClassName
{
background-color: #64119E;
}
</style>
border-color css
<style>
span { border-color: #64119E; }
span { border-color: rgb(100,17,158); }
td.TdClassName
{
border-color: #64119E;
}
.TagClassName
{
border-color: #64119E;
}
</style>