Shades of Indigo #64188B
Tints of Indigo #64188B
RGB
CMYK
RGB Variations
Color information
#64188B (or 0x64188B) is known color: Indigo. HEX triplet: 64, 18 and 8B. RGB value is (100,24,139). Sum of RGB (Red+Green+Blue) = 100+24+139=263 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.02% from 263); Green value is 24 (9.77% from 255 or 9.13% from 263); Blue value is 139 (54.69% from 255 or 52.85% from 263); Max value from RGB is 139 - color contains mainly: blue. Hex color #64188B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64188B is #9BE774. Grayscale: #3B3B3B. Windows color (decimal): -10217333 or 9115748. OLE color: 9115748.
HSL color Cylindrical-coordinate representation of color #64188B: hue angle of 279.65º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #64188B is Cyan = 0.28, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 100 | 24 | 139 | - |
| CMYK | 0.28 | 0.83 | 0 | 0.45 |
| HSL | 279.65º | 0.71% | 0.32% | - |
| HSV(B) | 279.65º | 0.83% | 0.55% | - |
| XYZ | 10.24 | 5.23 | 24.9 | - |
| YUV | 59.83 | 172.68 | 156.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 24 | 139 | 0.28 | 0.83 | 0 | 0.45 | 279.65 | 0.71 | 0.32 |
| Hex | 64 | 18 | 8B | 1C | 53 | 0 | 2D | 118 | 47 | 20 |
| Octal | 144 | 30 | 213 | 34 | 123 | 0 | 55 | 430 | 107 | 40 |
| Binary | 1100100 | 11000 | 10001011 | 11100 | 1010011 | 0 | 101101 | 100011000 | 1000111 | 100000 |
Color Harmonies of #64188B
Complementary color
Monochromatic Colors of #64188B
Black with #64188B
Text Example
Text Example
White with #64188B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64188B; }
p { color: rgb(100,24,139); }
H1.HeaderClassName
{
color: #64188B;
}
.AnyTagClassName
{
color: #64188B;
}
</style>
background-color css
<style>
a { background-color: #64188B; }
a { background-color: rgb(100,24,139); }
div.DivClassName
{
background-color: #64188B;
}
.BgClassName
{
background-color: #64188B;
}
</style>
border-color css
<style>
span { border-color: #64188B; }
span { border-color: rgb(100,24,139); }
td.TdClassName
{
border-color: #64188B;
}
.TagClassName
{
border-color: #64188B;
}
</style>