#3D1A40

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

Shades of Mardi Gras #3D1A40

Tints of Mardi Gras #3D1A40

Color information

#3D1A40 (or 0x3D1A40) is unknown color: approx Mardi Gras. HEX triplet: 3D, 1A and 40. RGB value is (61,26,64). Sum of RGB (Red+Green+Blue) = 61+26+64=151 (20% of max value = 765). Red value is 61 (24.22% from 255 or 40.40% from 151); Green value is 26 (10.55% from 255 or 17.22% from 151); Blue value is 64 (25.39% from 255 or 42.38% from 151); Max value from RGB is 64 - color contains mainly: blue. Hex color #3D1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D1A40 is #C2E5BF. Grayscale: #282828. Windows color (decimal): -12772800 or 4201021. OLE color: 4201021.

HSL color Cylindrical-coordinate representation of color #3D1A40: hue angle of 295.26º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D1A40 is Cyan = 0.05, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB612664-
CMYK0.050.5900.75
HSL295.26º42.22%17.65%-
HSV(B)295.26º59.38%25.1%-
XYZ3.222.15.09-
YUV40.8141.1142.41-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 40.40%
GREEN value IS 26 (10.55% from 255) = 17.22%
BLUE value IS 64 (25.39% from 255) = 42.38%
R=40.40%
G=17.22%
B=42.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6126640.050.5900.75295.2642.2217.65
Hex3D1A4053B04B1272a12
Octal753210057301134475222
Binary1111011101010000001011110110100101110010011110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D1A40; }

 p { color: rgb(61,26,64); }

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

<style>
 a { background-color: #3D1A40; }

 a { background-color: rgb(61,26,64); }

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

<style>
 span { border-color: #3D1A40; }

 span { border-color: rgb(61,26,64); }

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