Shades of Indigo #64118F
Tints of Indigo #64118F
RGB
CMYK
RGB Variations
Color information
#64118F (or 0x64118F) is known color: Indigo. HEX triplet: 64, 11 and 8F. RGB value is (100,17,143). Sum of RGB (Red+Green+Blue) = 100+17+143=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 143 (56.25% from 255 or 55% from 260); Max value from RGB is 143 - color contains mainly: blue. Hex color #64118F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64118F is #9BEE70. Grayscale: #373737. Windows color (decimal): -10219121 or 9376100. OLE color: 9376100.
HSL color Cylindrical-coordinate representation of color #64118F: hue angle of 279.52º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #64118F is Cyan = 0.30, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 100 | 17 | 143 | - |
| CMYK | 0.30 | 0.88 | 0 | 0.44 |
| HSL | 279.52º | 0.79% | 0.31% | - |
| HSV(B) | 279.52º | 0.88% | 0.56% | - |
| XYZ | 10.41 | 5.09 | 26.42 | - |
| YUV | 56.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 143 | 0.30 | 0.88 | 0 | 0.44 | 279.52 | 0.79 | 0.31 |
| Hex | 64 | 11 | 8F | 1E | 58 | 0 | 2C | 118 | 4F | 1F |
| Octal | 144 | 21 | 217 | 36 | 130 | 0 | 54 | 430 | 117 | 37 |
| Binary | 1100100 | 10001 | 10001111 | 11110 | 1011000 | 0 | 101100 | 100011000 | 1001111 | 11111 |
Color Harmonies of #64118F
Complementary color
Monochromatic Colors of #64118F
Black with #64118F
Text Example
Text Example
White with #64118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64118F; }
p { color: rgb(100,17,143); }
H1.HeaderClassName
{
color: #64118F;
}
.AnyTagClassName
{
color: #64118F;
}
</style>
background-color css
<style>
a { background-color: #64118F; }
a { background-color: rgb(100,17,143); }
div.DivClassName
{
background-color: #64118F;
}
.BgClassName
{
background-color: #64118F;
}
</style>
border-color css
<style>
span { border-color: #64118F; }
span { border-color: rgb(100,17,143); }
td.TdClassName
{
border-color: #64118F;
}
.TagClassName
{
border-color: #64118F;
}
</style>