Shades of Indigo #64047D
Tints of Indigo #64047D
RGB
CMYK
RGB Variations
Color information
#64047D (or 0x64047D) is known color: Indigo. HEX triplet: 64, 04 and 7D. RGB value is (100,4,125). Sum of RGB (Red+Green+Blue) = 100+4+125=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 4 (1.95% from 255 or 1.75% from 229); Blue value is 125 (49.22% from 255 or 54.59% from 229); Max value from RGB is 125 - color contains mainly: blue. Hex color #64047D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64047D is #9BFB82. Grayscale: #2E2E2E. Windows color (decimal): -10222467 or 8193124. OLE color: 8193124.
HSL color Cylindrical-coordinate representation of color #64047D: hue angle of 287.6º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #64047D is Cyan = 0.2, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 4 | 125 | - |
| CMYK | 0.2 | 0.97 | 0 | 0.51 |
| HSL | 287.6º | 0.94% | 0.25% | - |
| HSV(B) | 287.6º | 0.97% | 0.49% | - |
| XYZ | 9 | 4.28 | 19.75 | - |
| YUV | 46.5 | 172.3 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 4 | 125 | 0.2 | 0.97 | 0 | 0.51 | 287.6 | 0.94 | 0.25 |
| Hex | 64 | 4 | 7D | 14 | 61 | 0 | 33 | 120 | 5E | 19 |
| Octal | 144 | 4 | 175 | 24 | 141 | 0 | 63 | 440 | 136 | 31 |
| Binary | 1100100 | 100 | 1111101 | 10100 | 1100001 | 0 | 110011 | 100100000 | 1011110 | 11001 |
Color Harmonies of #64047D
Complementary color
Monochromatic Colors of #64047D
Black with #64047D
Text Example
Text Example
White with #64047D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64047D; }
p { color: rgb(100,4,125); }
H1.HeaderClassName
{
color: #64047D;
}
.AnyTagClassName
{
color: #64047D;
}
</style>
background-color css
<style>
a { background-color: #64047D; }
a { background-color: rgb(100,4,125); }
div.DivClassName
{
background-color: #64047D;
}
.BgClassName
{
background-color: #64047D;
}
</style>
border-color css
<style>
span { border-color: #64047D; }
span { border-color: rgb(100,4,125); }
td.TdClassName
{
border-color: #64047D;
}
.TagClassName
{
border-color: #64047D;
}
</style>