Shades of Indigo #64127B
Tints of Indigo #64127B
RGB
CMYK
RGB Variations
Color information
#64127B (or 0x64127B) is known color: Indigo. HEX triplet: 64, 12 and 7B. RGB value is (100,18,123). Sum of RGB (Red+Green+Blue) = 100+18+123=241 (31% of max value = 765). Red value is 100 (39.45% from 255 or 41.49% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 123 (48.44% from 255 or 51.04% from 241); Max value from RGB is 123 - color contains mainly: blue. Hex color #64127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64127B is #9BED84. Grayscale: #363636. Windows color (decimal): -10218885 or 8065636. OLE color: 8065636.
HSL color Cylindrical-coordinate representation of color #64127B: hue angle of 286.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #64127B is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 18 | 123 | - |
| CMYK | 0.19 | 0.85 | 0 | 0.52 |
| HSL | 286.86º | 0.74% | 0.28% | - |
| HSV(B) | 286.86º | 0.85% | 0.48% | - |
| XYZ | 9.05 | 4.57 | 19.14 | - |
| YUV | 54.49 | 166.67 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 18 | 123 | 0.19 | 0.85 | 0 | 0.52 | 286.86 | 0.74 | 0.28 |
| Hex | 64 | 12 | 7B | 13 | 55 | 0 | 34 | 11F | 4A | 1C |
| Octal | 144 | 22 | 173 | 23 | 125 | 0 | 64 | 437 | 112 | 34 |
| Binary | 1100100 | 10010 | 1111011 | 10011 | 1010101 | 0 | 110100 | 100011111 | 1001010 | 11100 |
Color Harmonies of #64127B
Complementary color
Monochromatic Colors of #64127B
Black with #64127B
Text Example
Text Example
White with #64127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64127B; }
p { color: rgb(100,18,123); }
H1.HeaderClassName
{
color: #64127B;
}
.AnyTagClassName
{
color: #64127B;
}
</style>
background-color css
<style>
a { background-color: #64127B; }
a { background-color: rgb(100,18,123); }
div.DivClassName
{
background-color: #64127B;
}
.BgClassName
{
background-color: #64127B;
}
</style>
border-color css
<style>
span { border-color: #64127B; }
span { border-color: rgb(100,18,123); }
td.TdClassName
{
border-color: #64127B;
}
.TagClassName
{
border-color: #64127B;
}
</style>