Shades of Mardi Gras #35023A
Tints of Mardi Gras #35023A
RGB
CMYK
RGB Variations
Color information
#35023A (or 0x35023A) is known color: Mardi Gras. HEX triplet: 35, 02 and 3A. RGB value is (53,2,58). Sum of RGB (Red+Green+Blue) = 53+2+58=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 2 (1.17% from 255 or 1.77% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #35023A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #35023A is #CAFDC5. Grayscale: #171717. Windows color (decimal): -13303238 or 3801653. OLE color: 3801653.
HSL color Cylindrical-coordinate representation of color #35023A: hue angle of 294.64º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #35023A is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 53 | 2 | 58 | - |
| CMYK | 0.09 | 0.97 | 0 | 0.77 |
| HSL | 294.64º | 0.93% | 0.12% | - |
| HSV(B) | 294.64º | 0.97% | 0.23% | - |
| XYZ | 2.25 | 1.11 | 4.1 | - |
| YUV | 23.63 | 147.4 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 2 | 58 | 0.09 | 0.97 | 0 | 0.77 | 294.64 | 0.93 | 0.12 |
| Hex | 35 | 2 | 3A | 9 | 61 | 0 | 4D | 127 | 5D | C |
| Octal | 65 | 2 | 72 | 11 | 141 | 0 | 115 | 447 | 135 | 14 |
| Binary | 110101 | 10 | 111010 | 1001 | 1100001 | 0 | 1001101 | 100100111 | 1011101 | 1100 |
Color Harmonies of #35023A
Complementary color
Monochromatic Colors of #35023A
Black with #35023A
Text Example
Text Example
White with #35023A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35023A; }
p { color: rgb(53,2,58); }
H1.HeaderClassName
{
color: #35023A;
}
.AnyTagClassName
{
color: #35023A;
}
</style>
background-color css
<style>
a { background-color: #35023A; }
a { background-color: rgb(53,2,58); }
div.DivClassName
{
background-color: #35023A;
}
.BgClassName
{
background-color: #35023A;
}
</style>
border-color css
<style>
span { border-color: #35023A; }
span { border-color: rgb(53,2,58); }
td.TdClassName
{
border-color: #35023A;
}
.TagClassName
{
border-color: #35023A;
}
</style>