Shades of Mardi Gras #3A073B
Tints of Mardi Gras #3A073B
RGB
CMYK
RGB Variations
Color information
#3A073B (or 0x3A073B) is known color: Mardi Gras. HEX triplet: 3A, 07 and 3B. RGB value is (58,7,59). Sum of RGB (Red+Green+Blue) = 58+7+59=124 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.77% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 59 (23.44% from 255 or 47.58% from 124); Max value from RGB is 59 - color contains mainly: blue. Hex color #3A073B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A073B is #C5F8C4. Grayscale: #1C1C1C. Windows color (decimal): -12974277 or 3868474. OLE color: 3868474.
HSL color Cylindrical-coordinate representation of color #3A073B: hue angle of 298.85º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3A073B is Cyan = 0.02, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 7 | 59 | - |
| CMYK | 0.02 | 0.88 | 0 | 0.77 |
| HSL | 298.85º | 0.79% | 0.13% | - |
| HSV(B) | 298.85º | 0.88% | 0.23% | - |
| XYZ | 2.61 | 1.37 | 4.26 | - |
| YUV | 28.18 | 145.4 | 149.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 7 | 59 | 0.02 | 0.88 | 0 | 0.77 | 298.85 | 0.79 | 0.13 |
| Hex | 3A | 7 | 3B | 2 | 58 | 0 | 4D | 12B | 4F | D |
| Octal | 72 | 7 | 73 | 2 | 130 | 0 | 115 | 453 | 117 | 15 |
| Binary | 111010 | 111 | 111011 | 10 | 1011000 | 0 | 1001101 | 100101011 | 1001111 | 1101 |
Color Harmonies of #3A073B
Complementary color
Monochromatic Colors of #3A073B
Black with #3A073B
Text Example
Text Example
White with #3A073B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A073B; }
p { color: rgb(58,7,59); }
H1.HeaderClassName
{
color: #3A073B;
}
.AnyTagClassName
{
color: #3A073B;
}
</style>
background-color css
<style>
a { background-color: #3A073B; }
a { background-color: rgb(58,7,59); }
div.DivClassName
{
background-color: #3A073B;
}
.BgClassName
{
background-color: #3A073B;
}
</style>
border-color css
<style>
span { border-color: #3A073B; }
span { border-color: rgb(58,7,59); }
td.TdClassName
{
border-color: #3A073B;
}
.TagClassName
{
border-color: #3A073B;
}
</style>