Shades of Mardi Gras #450247
Tints of Mardi Gras #450247
RGB
CMYK
RGB Variations
Color information
#450247 (or 0x450247) is known color: Mardi Gras. HEX triplet: 45, 02 and 47. RGB value is (69,2,71). Sum of RGB (Red+Green+Blue) = 69+2+71=142 (18% of max value = 765). Red value is 69 (27.34% from 255 or 48.59% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 71 (28.12% from 255 or 50% from 142); Max value from RGB is 71 - color contains mainly: blue. Hex color #450247 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #450247 is #BAFDB8. Grayscale: #1D1D1D. Windows color (decimal): -12254649 or 4653637. OLE color: 4653637.
HSL color Cylindrical-coordinate representation of color #450247: hue angle of 298.26º degrees, saturation: 0.95, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #450247 is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 69 | 2 | 71 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.72 |
| HSL | 298.26º | 0.95% | 0.14% | - |
| HSV(B) | 298.26º | 0.97% | 0.28% | - |
| XYZ | 3.61 | 1.76 | 6.11 | - |
| YUV | 29.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 2 | 71 | 0.03 | 0.97 | 0 | 0.72 | 298.26 | 0.95 | 0.14 |
| Hex | 45 | 2 | 47 | 3 | 61 | 0 | 48 | 12A | 5F | E |
| Octal | 105 | 2 | 107 | 3 | 141 | 0 | 110 | 452 | 137 | 16 |
| Binary | 1000101 | 10 | 1000111 | 11 | 1100001 | 0 | 1001000 | 100101010 | 1011111 | 1110 |
Color Harmonies of #450247
Complementary color
Monochromatic Colors of #450247
Black with #450247
Text Example
Text Example
White with #450247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #450247; }
p { color: rgb(69,2,71); }
H1.HeaderClassName
{
color: #450247;
}
.AnyTagClassName
{
color: #450247;
}
</style>
background-color css
<style>
a { background-color: #450247; }
a { background-color: rgb(69,2,71); }
div.DivClassName
{
background-color: #450247;
}
.BgClassName
{
background-color: #450247;
}
</style>
border-color css
<style>
span { border-color: #450247; }
span { border-color: rgb(69,2,71); }
td.TdClassName
{
border-color: #450247;
}
.TagClassName
{
border-color: #450247;
}
</style>