#42104A

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

Shades of Mardi Gras #42104A

Tints of Mardi Gras #42104A

Color information

#42104A (or 0x42104A) is unknown color: approx Mardi Gras. HEX triplet: 42, 10 and 4A. RGB value is (66,16,74). Sum of RGB (Red+Green+Blue) = 66+16+74=156 (20% of max value = 765). Red value is 66 (26.17% from 255 or 42.31% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 74 (29.30% from 255 or 47.44% from 156); Max value from RGB is 74 - color contains mainly: blue. Hex color #42104A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42104A is #BDEFB5. Grayscale: #252525. Windows color (decimal): -12447670 or 4853826. OLE color: 4853826.

HSL color Cylindrical-coordinate representation of color #42104A: hue angle of 291.72º degrees, saturation: 0.64, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #42104A is Cyan = 0.11, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB661674-
CMYK0.110.7800.71
HSL291.72º64.44%17.65%-
HSV(B)291.72º78.38%29.02%-
XYZ3.672.026.68-
YUV37.56148.56148.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 42.31%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 74 (29.30% from 255) = 47.44%
R=42.31%
G=10.26%
B=47.44%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6616740.110.7800.71291.7264.4417.65
Hex42104AB4E0471244012
Octal1022011213116010744410022
Binary10000101000010010101011100111001000111100100100100000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,16,74); }

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

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

 a { background-color: rgb(66,16,74); }

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

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

 span { border-color: rgb(66,16,74); }

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