Shades of Indigo #64077A
Tints of Indigo #64077A
RGB
CMYK
RGB Variations
Color information
#64077A (or 0x64077A) is known color: Indigo. HEX triplet: 64, 07 and 7A. RGB value is (100,7,122). Sum of RGB (Red+Green+Blue) = 100+7+122=229 (30% of max value = 765). Red value is 100 (39.45% from 255 or 43.67% from 229); Green value is 7 (3.12% from 255 or 3.06% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #64077A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64077A is #9BF885. Grayscale: #2F2F2F. Windows color (decimal): -10221702 or 7997284. OLE color: 7997284.
HSL color Cylindrical-coordinate representation of color #64077A: hue angle of 288.52º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #64077A is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 100 | 7 | 122 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.52 |
| HSL | 288.52º | 0.89% | 0.25% | - |
| HSV(B) | 288.52º | 0.94% | 0.48% | - |
| XYZ | 8.84 | 4.27 | 18.77 | - |
| YUV | 47.92 | 169.81 | 165.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 7 | 122 | 0.18 | 0.94 | 0 | 0.52 | 288.52 | 0.89 | 0.25 |
| Hex | 64 | 7 | 7A | 12 | 5E | 0 | 34 | 121 | 59 | 19 |
| Octal | 144 | 7 | 172 | 22 | 136 | 0 | 64 | 441 | 131 | 31 |
| Binary | 1100100 | 111 | 1111010 | 10010 | 1011110 | 0 | 110100 | 100100001 | 1011001 | 11001 |
Color Harmonies of #64077A
Complementary color
Monochromatic Colors of #64077A
Black with #64077A
Text Example
Text Example
White with #64077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64077A; }
p { color: rgb(100,7,122); }
H1.HeaderClassName
{
color: #64077A;
}
.AnyTagClassName
{
color: #64077A;
}
</style>
background-color css
<style>
a { background-color: #64077A; }
a { background-color: rgb(100,7,122); }
div.DivClassName
{
background-color: #64077A;
}
.BgClassName
{
background-color: #64077A;
}
</style>
border-color css
<style>
span { border-color: #64077A; }
span { border-color: rgb(100,7,122); }
td.TdClassName
{
border-color: #64077A;
}
.TagClassName
{
border-color: #64077A;
}
</style>