Shades of Indigo #64117C
Tints of Indigo #64117C
RGB
CMYK
RGB Variations
Color information
#64117C (or 0x64117C) is known color: Indigo. HEX triplet: 64, 11 and 7C. RGB value is (100,17,124). Sum of RGB (Red+Green+Blue) = 100+17+124=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 124 (48.83% from 255 or 51.45% from 241); Max value from RGB is 124 - color contains mainly: blue. Hex color #64117C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64117C is #9BEE83. Grayscale: #353535. Windows color (decimal): -10219140 or 8130916. OLE color: 8130916.
HSL color Cylindrical-coordinate representation of color #64117C: hue angle of 286.54º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64117C is Cyan = 0.19, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 17 | 124 | - |
| CMYK | 0.19 | 0.86 | 0 | 0.51 |
| HSL | 286.54º | 0.76% | 0.28% | - |
| HSV(B) | 286.54º | 0.86% | 0.49% | - |
| XYZ | 9.09 | 4.57 | 19.47 | - |
| YUV | 54.02 | 167.5 | 160.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 17 | 124 | 0.19 | 0.86 | 0 | 0.51 | 286.54 | 0.76 | 0.28 |
| Hex | 64 | 11 | 7C | 13 | 56 | 0 | 33 | 11F | 4C | 1C |
| Octal | 144 | 21 | 174 | 23 | 126 | 0 | 63 | 437 | 114 | 34 |
| Binary | 1100100 | 10001 | 1111100 | 10011 | 1010110 | 0 | 110011 | 100011111 | 1001100 | 11100 |
Color Harmonies of #64117C
Complementary color
Monochromatic Colors of #64117C
Black with #64117C
Text Example
Text Example
White with #64117C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64117C; }
p { color: rgb(100,17,124); }
H1.HeaderClassName
{
color: #64117C;
}
.AnyTagClassName
{
color: #64117C;
}
</style>
background-color css
<style>
a { background-color: #64117C; }
a { background-color: rgb(100,17,124); }
div.DivClassName
{
background-color: #64117C;
}
.BgClassName
{
background-color: #64117C;
}
</style>
border-color css
<style>
span { border-color: #64117C; }
span { border-color: rgb(100,17,124); }
td.TdClassName
{
border-color: #64117C;
}
.TagClassName
{
border-color: #64117C;
}
</style>