Shades of Indigo #64168B
Tints of Indigo #64168B
RGB
CMYK
RGB Variations
Color information
#64168B (or 0x64168B) is known color: Indigo. HEX triplet: 64, 16 and 8B. RGB value is (100,22,139). Sum of RGB (Red+Green+Blue) = 100+22+139=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 139 (54.69% from 255 or 53.26% from 261); Max value from RGB is 139 - color contains mainly: blue. Hex color #64168B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64168B is #9BE974. Grayscale: #3A3A3A. Windows color (decimal): -10217845 or 9115236. OLE color: 9115236.
HSL color Cylindrical-coordinate representation of color #64168B: hue angle of 280º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #64168B is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 22 | 139 | - |
| CMYK | 0.28 | 0.84 | 0 | 0.45 |
| HSL | 280º | 0.73% | 0.32% | - |
| HSV(B) | 280º | 0.84% | 0.55% | - |
| XYZ | 10.2 | 5.15 | 24.88 | - |
| YUV | 58.66 | 173.34 | 157.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 22 | 139 | 0.28 | 0.84 | 0 | 0.45 | 280 | 0.73 | 0.32 |
| Hex | 64 | 16 | 8B | 1C | 54 | 0 | 2D | 118 | 49 | 20 |
| Octal | 144 | 26 | 213 | 34 | 124 | 0 | 55 | 430 | 111 | 40 |
| Binary | 1100100 | 10110 | 10001011 | 11100 | 1010100 | 0 | 101101 | 100011000 | 1001001 | 100000 |
Color Harmonies of #64168B
Complementary color
Monochromatic Colors of #64168B
Black with #64168B
Text Example
Text Example
White with #64168B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64168B; }
p { color: rgb(100,22,139); }
H1.HeaderClassName
{
color: #64168B;
}
.AnyTagClassName
{
color: #64168B;
}
</style>
background-color css
<style>
a { background-color: #64168B; }
a { background-color: rgb(100,22,139); }
div.DivClassName
{
background-color: #64168B;
}
.BgClassName
{
background-color: #64168B;
}
</style>
border-color css
<style>
span { border-color: #64168B; }
span { border-color: rgb(100,22,139); }
td.TdClassName
{
border-color: #64168B;
}
.TagClassName
{
border-color: #64168B;
}
</style>