Shades of Mardi Gras #45034A
Tints of Mardi Gras #45034A
RGB
CMYK
RGB Variations
Color information
#45034A (or 0x45034A) is known color: Mardi Gras. HEX triplet: 45, 03 and 4A. RGB value is (69,3,74). Sum of RGB (Red+Green+Blue) = 69+3+74=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 74 (29.30% from 255 or 50.68% from 146); Max value from RGB is 74 - color contains mainly: blue. Hex color #45034A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #45034A is #BAFCB5. Grayscale: #1E1E1E. Windows color (decimal): -12254390 or 4850501. OLE color: 4850501.
HSL color Cylindrical-coordinate representation of color #45034A: hue angle of 295.77º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #45034A is Cyan = 0.07, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 69 | 3 | 74 | - |
| CMYK | 0.07 | 0.96 | 0 | 0.71 |
| HSL | 295.77º | 0.92% | 0.15% | - |
| HSV(B) | 295.77º | 0.96% | 0.29% | - |
| XYZ | 3.72 | 1.82 | 6.63 | - |
| YUV | 30.83 | 152.37 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 3 | 74 | 0.07 | 0.96 | 0 | 0.71 | 295.77 | 0.92 | 0.15 |
| Hex | 45 | 3 | 4A | 7 | 60 | 0 | 47 | 128 | 5C | F |
| Octal | 105 | 3 | 112 | 7 | 140 | 0 | 107 | 450 | 134 | 17 |
| Binary | 1000101 | 11 | 1001010 | 111 | 1100000 | 0 | 1000111 | 100101000 | 1011100 | 1111 |
Color Harmonies of #45034A
Complementary color
Monochromatic Colors of #45034A
Black with #45034A
Text Example
Text Example
White with #45034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45034A; }
p { color: rgb(69,3,74); }
H1.HeaderClassName
{
color: #45034A;
}
.AnyTagClassName
{
color: #45034A;
}
</style>
background-color css
<style>
a { background-color: #45034A; }
a { background-color: rgb(69,3,74); }
div.DivClassName
{
background-color: #45034A;
}
.BgClassName
{
background-color: #45034A;
}
</style>
border-color css
<style>
span { border-color: #45034A; }
span { border-color: rgb(69,3,74); }
td.TdClassName
{
border-color: #45034A;
}
.TagClassName
{
border-color: #45034A;
}
</style>