Shades of Mardi Gras #3D0642
Tints of Mardi Gras #3D0642
RGB
CMYK
RGB Variations
Color information
#3D0642 (or 0x3D0642) is known color: Mardi Gras. HEX triplet: 3D, 06 and 42. RGB value is (61,6,66). Sum of RGB (Red+Green+Blue) = 61+6+66=133 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.86% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 66 (26.17% from 255 or 49.62% from 133); Max value from RGB is 66 - color contains mainly: blue. Hex color #3D0642 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0642 is #C2F9BD. Grayscale: #1D1D1D. Windows color (decimal): -12777918 or 4326973. OLE color: 4326973.
HSL color Cylindrical-coordinate representation of color #3D0642: hue angle of 295º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3D0642 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 61 | 6 | 66 | - |
| CMYK | 0.08 | 0.91 | 0 | 0.74 |
| HSL | 295º | 0.83% | 0.14% | - |
| HSV(B) | 295º | 0.91% | 0.26% | - |
| XYZ | 2.97 | 1.52 | 5.29 | - |
| YUV | 29.29 | 148.72 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 6 | 66 | 0.08 | 0.91 | 0 | 0.74 | 295 | 0.83 | 0.14 |
| Hex | 3D | 6 | 42 | 8 | 5B | 0 | 4A | 127 | 53 | E |
| Octal | 75 | 6 | 102 | 10 | 133 | 0 | 112 | 447 | 123 | 16 |
| Binary | 111101 | 110 | 1000010 | 1000 | 1011011 | 0 | 1001010 | 100100111 | 1010011 | 1110 |
Color Harmonies of #3D0642
Complementary color
Monochromatic Colors of #3D0642
Black with #3D0642
Text Example
Text Example
White with #3D0642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D0642; }
p { color: rgb(61,6,66); }
H1.HeaderClassName
{
color: #3D0642;
}
.AnyTagClassName
{
color: #3D0642;
}
</style>
background-color css
<style>
a { background-color: #3D0642; }
a { background-color: rgb(61,6,66); }
div.DivClassName
{
background-color: #3D0642;
}
.BgClassName
{
background-color: #3D0642;
}
</style>
border-color css
<style>
span { border-color: #3D0642; }
span { border-color: rgb(61,6,66); }
td.TdClassName
{
border-color: #3D0642;
}
.TagClassName
{
border-color: #3D0642;
}
</style>