Shades of Indigo #64108C
Tints of Indigo #64108C
RGB
CMYK
RGB Variations
Color information
#64108C (or 0x64108C) is known color: Indigo. HEX triplet: 64, 10 and 8C. RGB value is (100,16,140). Sum of RGB (Red+Green+Blue) = 100+16+140=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 140 (55.08% from 255 or 54.69% from 256); Max value from RGB is 140 - color contains mainly: blue. Hex color #64108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64108C is #9BEF73. Grayscale: #363636. Windows color (decimal): -10219380 or 9179236. OLE color: 9179236.
HSL color Cylindrical-coordinate representation of color #64108C: hue angle of 280.65º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #64108C is Cyan = 0.29, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 16 | 140 | - |
| CMYK | 0.29 | 0.89 | 0 | 0.45 |
| HSL | 280.65º | 0.79% | 0.31% | - |
| HSV(B) | 280.65º | 0.89% | 0.55% | - |
| XYZ | 10.17 | 4.97 | 25.23 | - |
| YUV | 55.25 | 175.83 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 16 | 140 | 0.29 | 0.89 | 0 | 0.45 | 280.65 | 0.79 | 0.31 |
| Hex | 64 | 10 | 8C | 1D | 59 | 0 | 2D | 119 | 4F | 1F |
| Octal | 144 | 20 | 214 | 35 | 131 | 0 | 55 | 431 | 117 | 37 |
| Binary | 1100100 | 10000 | 10001100 | 11101 | 1011001 | 0 | 101101 | 100011001 | 1001111 | 11111 |
Color Harmonies of #64108C
Complementary color
Monochromatic Colors of #64108C
Black with #64108C
Text Example
Text Example
White with #64108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64108C; }
p { color: rgb(100,16,140); }
H1.HeaderClassName
{
color: #64108C;
}
.AnyTagClassName
{
color: #64108C;
}
</style>
background-color css
<style>
a { background-color: #64108C; }
a { background-color: rgb(100,16,140); }
div.DivClassName
{
background-color: #64108C;
}
.BgClassName
{
background-color: #64108C;
}
</style>
border-color css
<style>
span { border-color: #64108C; }
span { border-color: rgb(100,16,140); }
td.TdClassName
{
border-color: #64108C;
}
.TagClassName
{
border-color: #64108C;
}
</style>