Shades of Mardi Gras #400641
Tints of Mardi Gras #400641
RGB
CMYK
RGB Variations
Color information
#400641 (or 0x400641) is known color: Mardi Gras. HEX triplet: 40, 06 and 41. RGB value is (64,6,65). Sum of RGB (Red+Green+Blue) = 64+6+65=135 (17% of max value = 765). Red value is 64 (25.39% from 255 or 47.41% from 135); Green value is 6 (2.73% from 255 or 4.44% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #400641 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #400641 is #BFF9BE. Grayscale: #1D1D1D. Windows color (decimal): -12581311 or 4261440. OLE color: 4261440.
HSL color Cylindrical-coordinate representation of color #400641: hue angle of 298.98º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #400641 is Cyan = 0.02, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 64 | 6 | 65 | - |
| CMYK | 0.02 | 0.91 | 0 | 0.75 |
| HSL | 298.98º | 0.83% | 0.14% | - |
| HSV(B) | 298.98º | 0.91% | 0.25% | - |
| XYZ | 3.13 | 1.6 | 5.15 | - |
| YUV | 30.07 | 147.72 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 6 | 65 | 0.02 | 0.91 | 0 | 0.75 | 298.98 | 0.83 | 0.14 |
| Hex | 40 | 6 | 41 | 2 | 5B | 0 | 4B | 12B | 53 | E |
| Octal | 100 | 6 | 101 | 2 | 133 | 0 | 113 | 453 | 123 | 16 |
| Binary | 1000000 | 110 | 1000001 | 10 | 1011011 | 0 | 1001011 | 100101011 | 1010011 | 1110 |
Color Harmonies of #400641
Complementary color
Monochromatic Colors of #400641
Black with #400641
Text Example
Text Example
White with #400641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #400641; }
p { color: rgb(64,6,65); }
H1.HeaderClassName
{
color: #400641;
}
.AnyTagClassName
{
color: #400641;
}
</style>
background-color css
<style>
a { background-color: #400641; }
a { background-color: rgb(64,6,65); }
div.DivClassName
{
background-color: #400641;
}
.BgClassName
{
background-color: #400641;
}
</style>
border-color css
<style>
span { border-color: #400641; }
span { border-color: rgb(64,6,65); }
td.TdClassName
{
border-color: #400641;
}
.TagClassName
{
border-color: #400641;
}
</style>