Shades of Indigo #64149C
Tints of Indigo #64149C
RGB
CMYK
RGB Variations
Color information
#64149C (or 0x64149C) is known color: Indigo. HEX triplet: 64, 14 and 9C. RGB value is (100,20,156). Sum of RGB (Red+Green+Blue) = 100+20+156=276 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.23% from 276); Green value is 20 (8.20% from 255 or 7.25% from 276); Blue value is 156 (61.33% from 255 or 56.52% from 276); Max value from RGB is 156 - color contains mainly: blue. Hex color #64149C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64149C is #9BEB63. Grayscale: #3A3A3A. Windows color (decimal): -10218340 or 10228836. OLE color: 10228836.
HSL color Cylindrical-coordinate representation of color #64149C: hue angle of 275.29º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #64149C is Cyan = 0.36, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 100 | 20 | 156 | - |
| CMYK | 0.36 | 0.87 | 0 | 0.39 |
| HSL | 275.29º | 0.77% | 0.35% | - |
| HSV(B) | 275.29º | 0.87% | 0.61% | - |
| XYZ | 11.51 | 5.61 | 31.93 | - |
| YUV | 59.42 | 182.5 | 156.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 20 | 156 | 0.36 | 0.87 | 0 | 0.39 | 275.29 | 0.77 | 0.35 |
| Hex | 64 | 14 | 9C | 24 | 57 | 0 | 27 | 113 | 4D | 23 |
| Octal | 144 | 24 | 234 | 44 | 127 | 0 | 47 | 423 | 115 | 43 |
| Binary | 1100100 | 10100 | 10011100 | 100100 | 1010111 | 0 | 100111 | 100010011 | 1001101 | 100011 |
Color Harmonies of #64149C
Complementary color
Monochromatic Colors of #64149C
Black with #64149C
Text Example
Text Example
White with #64149C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64149C; }
p { color: rgb(100,20,156); }
H1.HeaderClassName
{
color: #64149C;
}
.AnyTagClassName
{
color: #64149C;
}
</style>
background-color css
<style>
a { background-color: #64149C; }
a { background-color: rgb(100,20,156); }
div.DivClassName
{
background-color: #64149C;
}
.BgClassName
{
background-color: #64149C;
}
</style>
border-color css
<style>
span { border-color: #64149C; }
span { border-color: rgb(100,20,156); }
td.TdClassName
{
border-color: #64149C;
}
.TagClassName
{
border-color: #64149C;
}
</style>