Shades of Mardi Gras #42023A
Tints of Mardi Gras #42023A
RGB
CMYK
RGB Variations
Color information
#42023A (or 0x42023A) is known color: Mardi Gras. HEX triplet: 42, 02 and 3A. RGB value is (66,2,58). Sum of RGB (Red+Green+Blue) = 66+2+58=126 (16% of max value = 765). Red value is 66 (26.17% from 255 or 52.38% from 126); Green value is 2 (1.17% from 255 or 1.59% from 126); Blue value is 58 (23.05% from 255 or 46.03% from 126); Max value from RGB is 66 - color contains mainly: red. Hex color #42023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42023A is #BDFDC5. Grayscale: #1B1B1B. Windows color (decimal): -12451270 or 3801666. OLE color: 3801666.
HSL color Cylindrical-coordinate representation of color #42023A: hue angle of 307.5º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #42023A is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 66 | 2 | 58 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.74 |
| HSL | 307.5º | 0.94% | 0.13% | - |
| HSV(B) | 307.5º | 0.97% | 0.26% | - |
| XYZ | 3.03 | 1.51 | 4.13 | - |
| YUV | 27.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 2 | 58 | 0 | 0.97 | 0.12 | 0.74 | 307.5 | 0.94 | 0.13 |
| Hex | 42 | 2 | 3A | 0 | 61 | C | 4A | 134 | 5E | D |
| Octal | 102 | 2 | 72 | 0 | 141 | 14 | 112 | 464 | 136 | 15 |
| Binary | 1000010 | 10 | 111010 | 0 | 1100001 | 1100 | 1001010 | 100110100 | 1011110 | 1101 |
Color Harmonies of #42023A
Complementary color
Monochromatic Colors of #42023A
Black with #42023A
Text Example
Text Example
White with #42023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42023A; }
p { color: rgb(66,2,58); }
H1.HeaderClassName
{
color: #42023A;
}
.AnyTagClassName
{
color: #42023A;
}
</style>
background-color css
<style>
a { background-color: #42023A; }
a { background-color: rgb(66,2,58); }
div.DivClassName
{
background-color: #42023A;
}
.BgClassName
{
background-color: #42023A;
}
</style>
border-color css
<style>
span { border-color: #42023A; }
span { border-color: rgb(66,2,58); }
td.TdClassName
{
border-color: #42023A;
}
.TagClassName
{
border-color: #42023A;
}
</style>