Shades of Indigo #64107F
Tints of Indigo #64107F
RGB
CMYK
RGB Variations
Color information
#64107F (or 0x64107F) is known color: Indigo. HEX triplet: 64, 10 and 7F. RGB value is (100,16,127). Sum of RGB (Red+Green+Blue) = 100+16+127=243 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.15% from 243); Green value is 16 (6.64% from 255 or 6.58% from 243); Blue value is 127 (50% from 255 or 52.26% from 243); Max value from RGB is 127 - color contains mainly: blue. Hex color #64107F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64107F is #9BEF80. Grayscale: #353535. Windows color (decimal): -10219393 or 8327268. OLE color: 8327268.
HSL color Cylindrical-coordinate representation of color #64107F: hue angle of 285.41º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64107F is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 100 | 16 | 127 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.50 |
| HSL | 285.41º | 0.78% | 0.28% | - |
| HSV(B) | 285.41º | 0.87% | 0.5% | - |
| XYZ | 9.27 | 4.61 | 20.48 | - |
| YUV | 53.77 | 169.33 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 127 | 0.21 | 0.87 | 0 | 0.50 | 285.41 | 0.78 | 0.28 |
| Hex | 64 | 10 | 7F | 15 | 57 | 0 | 32 | 11D | 4E | 1C |
| Octal | 144 | 20 | 177 | 25 | 127 | 0 | 62 | 435 | 116 | 34 |
| Binary | 1100100 | 10000 | 1111111 | 10101 | 1010111 | 0 | 110010 | 100011101 | 1001110 | 11100 |
Color Harmonies of #64107F
Complementary color
Monochromatic Colors of #64107F
Black with #64107F
Text Example
Text Example
White with #64107F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64107F; }
p { color: rgb(100,16,127); }
H1.HeaderClassName
{
color: #64107F;
}
.AnyTagClassName
{
color: #64107F;
}
</style>
background-color css
<style>
a { background-color: #64107F; }
a { background-color: rgb(100,16,127); }
div.DivClassName
{
background-color: #64107F;
}
.BgClassName
{
background-color: #64107F;
}
</style>
border-color css
<style>
span { border-color: #64107F; }
span { border-color: rgb(100,16,127); }
td.TdClassName
{
border-color: #64107F;
}
.TagClassName
{
border-color: #64107F;
}
</style>