#42023E

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

Shades of Mardi Gras #42023E

Tints of Mardi Gras #42023E

Color information

#42023E (or 0x42023E) is unknown color: approx Mardi Gras. HEX triplet: 42, 02 and 3E. RGB value is (66,2,62). Sum of RGB (Red+Green+Blue) = 66+2+62=130 (17% of max value = 765). Red value is 66 (26.17% from 255 or 50.77% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 62 (24.61% from 255 or 47.69% from 130); Max value from RGB is 66 - color contains mainly: red. Hex color #42023E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #42023E is #BDFDC1. Grayscale: #1B1B1B. Windows color (decimal): -12451266 or 4063810. OLE color: 4063810.

HSL color Cylindrical-coordinate representation of color #42023E: hue angle of 303.75º 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 #42023E is Cyan = 0, Magento = 0.97, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB66262-
CMYK00.970.060.74
HSL303.75º94.12%13.33%-
HSV(B)303.75º96.97%25.88%-
XYZ3.141.554.69-
YUV27.98147.2155.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 50.77%
GREEN value IS 2 (1.17% from 255) = 1.54%
BLUE value IS 62 (24.61% from 255) = 47.69%
R=50.77%
G=1.54%
B=47.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal6626200.970.060.74303.7594.1213.33
Hex4223E06164A1305ed
Octal1022760141611246013615
Binary10000101011111001100001110100101010011000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42023E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42023E; }

 p { color: rgb(66,2,62); }

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

<style>
 a { background-color: #42023E; }

 a { background-color: rgb(66,2,62); }

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

<style>
 span { border-color: #42023E; }

 span { border-color: rgb(66,2,62); }

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