Shades of Mardi Gras #3F0743
Tints of Mardi Gras #3F0743
RGB
CMYK
RGB Variations
Color information
#3F0743 (or 0x3F0743) is known color: Mardi Gras. HEX triplet: 3F, 07 and 43. RGB value is (63,7,67). Sum of RGB (Red+Green+Blue) = 63+7+67=137 (18% of max value = 765). Red value is 63 (25% from 255 or 45.99% from 137); Green value is 7 (3.12% from 255 or 5.11% from 137); Blue value is 67 (26.56% from 255 or 48.91% from 137); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F0743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0743 is #C0F8BC. Grayscale: #1E1E1E. Windows color (decimal): -12646589 or 4392767. OLE color: 4392767.
HSL color Cylindrical-coordinate representation of color #3F0743: hue angle of 296º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0743 is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 7 | 67 | - |
| CMYK | 0.06 | 0.90 | 0 | 0.74 |
| HSL | 296º | 0.81% | 0.15% | - |
| HSV(B) | 296º | 0.9% | 0.26% | - |
| XYZ | 3.14 | 1.61 | 5.46 | - |
| YUV | 30.58 | 148.55 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 7 | 67 | 0.06 | 0.90 | 0 | 0.74 | 296 | 0.81 | 0.15 |
| Hex | 3F | 7 | 43 | 6 | 5A | 0 | 4A | 128 | 51 | F |
| Octal | 77 | 7 | 103 | 6 | 132 | 0 | 112 | 450 | 121 | 17 |
| Binary | 111111 | 111 | 1000011 | 110 | 1011010 | 0 | 1001010 | 100101000 | 1010001 | 1111 |
Color Harmonies of #3F0743
Complementary color
Monochromatic Colors of #3F0743
Black with #3F0743
Text Example
Text Example
White with #3F0743
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F0743; }
p { color: rgb(63,7,67); }
H1.HeaderClassName
{
color: #3F0743;
}
.AnyTagClassName
{
color: #3F0743;
}
</style>
background-color css
<style>
a { background-color: #3F0743; }
a { background-color: rgb(63,7,67); }
div.DivClassName
{
background-color: #3F0743;
}
.BgClassName
{
background-color: #3F0743;
}
</style>
border-color css
<style>
span { border-color: #3F0743; }
span { border-color: rgb(63,7,67); }
td.TdClassName
{
border-color: #3F0743;
}
.TagClassName
{
border-color: #3F0743;
}
</style>