#42043A

Color #42043A Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #42043A

Tints of Mardi Gras #42043A

Color information

#42043A (or 0x42043A) is unknown color: approx Mardi Gras. HEX triplet: 42, 04 and 3A. RGB value is (66,4,58). Sum of RGB (Red+Green+Blue) = 66+4+58=128 (16% of max value = 765). Red value is 66 (26.17% from 255 or 51.56% from 128); Green value is 4 (1.95% from 255 or 3.12% from 128); Blue value is 58 (23.05% from 255 or 45.31% from 128); Max value from RGB is 66 - color contains mainly: red. Hex color #42043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42043A is #BDFBC5. Grayscale: #1C1C1C. Windows color (decimal): -12450758 or 3802178. OLE color: 3802178.

HSL color Cylindrical-coordinate representation of color #42043A: hue angle of 307.74º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42043A is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.74.

Color convert

RGB66458-
CMYK00.940.120.74
HSL307.74º88.57%13.73%-
HSV(B)307.74º93.94%25.88%-
XYZ3.051.554.14-
YUV28.69144.54154.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 51.56%
GREEN value IS 4 (1.95% from 255) = 3.12%
BLUE value IS 58 (23.05% from 255) = 45.31%
R=51.56%
G=3.12%
B=45.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.12
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6645800.940.120.74307.7488.5713.73
Hex4243A05EC4A13459e
Octal10247201361411246413116
Binary1000010100111010010111101100100101010011010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42043A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42043A; }

 p { color: rgb(66,4,58); }

 H1.HeaderClassName
 {
   color: #42043A;
 }
 .AnyTagClassName
 {
   color: #42043A;
 }
</style>
background-color css

<style>
 a { background-color: #42043A; }

 a { background-color: rgb(66,4,58); }

 div.DivClassName
 {
   background-color: #42043A;
 }
 .BgClassName
 {
   background-color: #42043A;
 }
</style>
border-color css

<style>
 span { border-color: #42043A; }

 span { border-color: rgb(66,4,58); }

 td.TdClassName
 {
   border-color: #42043A;
 }
 .TagClassName
 {
   border-color: #42043A;
 }
</style>