Shades of Indigo #64119B
Tints of Indigo #64119B
RGB
CMYK
RGB Variations
Color information
#64119B (or 0x64119B) is known color: Indigo. HEX triplet: 64, 11 and 9B. RGB value is (100,17,155). Sum of RGB (Red+Green+Blue) = 100+17+155=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 155 (60.94% from 255 or 56.99% from 272); Max value from RGB is 155 - color contains mainly: blue. Hex color #64119B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64119B is #9BEE64. Grayscale: #393939. Windows color (decimal): -10219109 or 10162532. OLE color: 10162532.
HSL color Cylindrical-coordinate representation of color #64119B: hue angle of 276.09º degrees, saturation: 0.8, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64119B is Cyan = 0.35, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 17 | 155 | - |
| CMYK | 0.35 | 0.89 | 0 | 0.39 |
| HSL | 276.09º | 0.8% | 0.34% | - |
| HSV(B) | 276.09º | 0.89% | 0.61% | - |
| XYZ | 11.37 | 5.48 | 31.47 | - |
| YUV | 57.55 | 183 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 155 | 0.35 | 0.89 | 0 | 0.39 | 276.09 | 0.8 | 0.34 |
| Hex | 64 | 11 | 9B | 23 | 59 | 0 | 27 | 114 | 50 | 22 |
| Octal | 144 | 21 | 233 | 43 | 131 | 0 | 47 | 424 | 120 | 42 |
| Binary | 1100100 | 10001 | 10011011 | 100011 | 1011001 | 0 | 100111 | 100010100 | 1010000 | 100010 |
Color Harmonies of #64119B
Complementary color
Monochromatic Colors of #64119B
Black with #64119B
Text Example
Text Example
White with #64119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64119B; }
p { color: rgb(100,17,155); }
H1.HeaderClassName
{
color: #64119B;
}
.AnyTagClassName
{
color: #64119B;
}
</style>
background-color css
<style>
a { background-color: #64119B; }
a { background-color: rgb(100,17,155); }
div.DivClassName
{
background-color: #64119B;
}
.BgClassName
{
background-color: #64119B;
}
</style>
border-color css
<style>
span { border-color: #64119B; }
span { border-color: rgb(100,17,155); }
td.TdClassName
{
border-color: #64119B;
}
.TagClassName
{
border-color: #64119B;
}
</style>