Shades of Martinique #3A324D
Tints of Martinique #3A324D
RGB
CMYK
RGB Variations
Color information
#3A324D (or 0x3A324D) is known color: Martinique. HEX triplet: 3A, 32 and 4D. RGB value is (58,50,77). Sum of RGB (Red+Green+Blue) = 58+50+77=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 77 (30.47% from 255 or 41.62% from 185); Max value from RGB is 77 - color contains mainly: blue. Hex color #3A324D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A324D is #C5CDB2. Grayscale: #373737. Windows color (decimal): -12963251 or 5059130. OLE color: 5059130.
HSL color Cylindrical-coordinate representation of color #3A324D: hue angle of 257.78º degrees, saturation: 0.21, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3A324D is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 58 | 50 | 77 | - |
| CMYK | 0.25 | 0.35 | 0 | 0.70 |
| HSL | 257.78º | 0.21% | 0.25% | - |
| HSV(B) | 257.78º | 0.35% | 0.3% | - |
| XYZ | 4.23 | 3.72 | 7.52 | - |
| YUV | 55.47 | 140.15 | 129.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 50 | 77 | 0.25 | 0.35 | 0 | 0.70 | 257.78 | 0.21 | 0.25 |
| Hex | 3A | 32 | 4D | 19 | 23 | 0 | 46 | 102 | 15 | 19 |
| Octal | 72 | 62 | 115 | 31 | 43 | 0 | 106 | 402 | 25 | 31 |
| Binary | 111010 | 110010 | 1001101 | 11001 | 100011 | 0 | 1000110 | 100000010 | 10101 | 11001 |
Color Harmonies of #3A324D
Complementary color
Monochromatic Colors of #3A324D
Black with #3A324D
Text Example
Text Example
White with #3A324D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A324D; }
p { color: rgb(58,50,77); }
H1.HeaderClassName
{
color: #3A324D;
}
.AnyTagClassName
{
color: #3A324D;
}
</style>
background-color css
<style>
a { background-color: #3A324D; }
a { background-color: rgb(58,50,77); }
div.DivClassName
{
background-color: #3A324D;
}
.BgClassName
{
background-color: #3A324D;
}
</style>
border-color css
<style>
span { border-color: #3A324D; }
span { border-color: rgb(58,50,77); }
td.TdClassName
{
border-color: #3A324D;
}
.TagClassName
{
border-color: #3A324D;
}
</style>