Shades of Indigo #64037C
Tints of Indigo #64037C
RGB
CMYK
RGB Variations
Color information
#64037C (or 0x64037C) is known color: Indigo. HEX triplet: 64, 03 and 7C. RGB value is (100,3,124). Sum of RGB (Red+Green+Blue) = 100+3+124=227 (30% of max value = 765). Red value is 100 (39.45% from 255 or 44.05% from 227); Green value is 3 (1.56% from 255 or 1.32% from 227); Blue value is 124 (48.83% from 255 or 54.63% from 227); Max value from RGB is 124 - color contains mainly: blue. Hex color #64037C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #64037C is #9BFC83. Grayscale: #2D2D2D. Windows color (decimal): -10222724 or 8127332. OLE color: 8127332.
HSL color Cylindrical-coordinate representation of color #64037C: hue angle of 288.1º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #64037C is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 100 | 3 | 124 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.51 |
| HSL | 288.1º | 0.95% | 0.25% | - |
| HSV(B) | 288.1º | 0.98% | 0.49% | - |
| XYZ | 8.93 | 4.23 | 19.41 | - |
| YUV | 45.8 | 172.14 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 3 | 124 | 0.19 | 0.98 | 0 | 0.51 | 288.1 | 0.95 | 0.25 |
| Hex | 64 | 3 | 7C | 13 | 62 | 0 | 33 | 120 | 5F | 19 |
| Octal | 144 | 3 | 174 | 23 | 142 | 0 | 63 | 440 | 137 | 31 |
| Binary | 1100100 | 11 | 1111100 | 10011 | 1100010 | 0 | 110011 | 100100000 | 1011111 | 11001 |
Color Harmonies of #64037C
Complementary color
Monochromatic Colors of #64037C
Black with #64037C
Text Example
Text Example
White with #64037C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64037C; }
p { color: rgb(100,3,124); }
H1.HeaderClassName
{
color: #64037C;
}
.AnyTagClassName
{
color: #64037C;
}
</style>
background-color css
<style>
a { background-color: #64037C; }
a { background-color: rgb(100,3,124); }
div.DivClassName
{
background-color: #64037C;
}
.BgClassName
{
background-color: #64037C;
}
</style>
border-color css
<style>
span { border-color: #64037C; }
span { border-color: rgb(100,3,124); }
td.TdClassName
{
border-color: #64037C;
}
.TagClassName
{
border-color: #64037C;
}
</style>