Shades of Indigo #64148D
Tints of Indigo #64148D
RGB
CMYK
RGB Variations
Color information
#64148D (or 0x64148D) is known color: Indigo. HEX triplet: 64, 14 and 8D. RGB value is (100,20,141). Sum of RGB (Red+Green+Blue) = 100+20+141=261 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.31% from 261); Green value is 20 (8.20% from 255 or 7.66% from 261); Blue value is 141 (55.47% from 255 or 54.02% from 261); Max value from RGB is 141 - color contains mainly: blue. Hex color #64148D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64148D is #9BEB72. Grayscale: #393939. Windows color (decimal): -10218355 or 9245796. OLE color: 9245796.
HSL color Cylindrical-coordinate representation of color #64148D: hue angle of 279.67º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #64148D is Cyan = 0.29, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 20 | 141 | - |
| CMYK | 0.29 | 0.86 | 0 | 0.45 |
| HSL | 279.67º | 0.75% | 0.32% | - |
| HSV(B) | 279.67º | 0.86% | 0.55% | - |
| XYZ | 10.31 | 5.13 | 25.65 | - |
| YUV | 57.71 | 175 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 141 | 0.29 | 0.86 | 0 | 0.45 | 279.67 | 0.75 | 0.32 |
| Hex | 64 | 14 | 8D | 1D | 56 | 0 | 2D | 118 | 4B | 20 |
| Octal | 144 | 24 | 215 | 35 | 126 | 0 | 55 | 430 | 113 | 40 |
| Binary | 1100100 | 10100 | 10001101 | 11101 | 1010110 | 0 | 101101 | 100011000 | 1001011 | 100000 |
Color Harmonies of #64148D
Complementary color
Monochromatic Colors of #64148D
Black with #64148D
Text Example
Text Example
White with #64148D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64148D; }
p { color: rgb(100,20,141); }
H1.HeaderClassName
{
color: #64148D;
}
.AnyTagClassName
{
color: #64148D;
}
</style>
background-color css
<style>
a { background-color: #64148D; }
a { background-color: rgb(100,20,141); }
div.DivClassName
{
background-color: #64148D;
}
.BgClassName
{
background-color: #64148D;
}
</style>
border-color css
<style>
span { border-color: #64148D; }
span { border-color: rgb(100,20,141); }
td.TdClassName
{
border-color: #64148D;
}
.TagClassName
{
border-color: #64148D;
}
</style>