#3A1A40

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

Shades of Mardi Gras #3A1A40

Tints of Mardi Gras #3A1A40

Color information

#3A1A40 (or 0x3A1A40) is unknown color: approx Mardi Gras. HEX triplet: 3A, 1A and 40. RGB value is (58,26,64). Sum of RGB (Red+Green+Blue) = 58+26+64=148 (19% of max value = 765). Red value is 58 (23.05% from 255 or 39.19% from 148); Green value is 26 (10.55% from 255 or 17.57% from 148); Blue value is 64 (25.39% from 255 or 43.24% from 148); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A1A40 is #C5E5BF. Grayscale: #272727. Windows color (decimal): -12969408 or 4201018. OLE color: 4201018.

HSL color Cylindrical-coordinate representation of color #3A1A40: hue angle of 290.53º 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 #3A1A40 is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB582664-
CMYK0.090.5900.75
HSL290.53º42.22%17.65%-
HSV(B)290.53º59.38%25.1%-
XYZ3.042.015.08-
YUV39.9141.6140.91-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 39.19%
GREEN value IS 26 (10.55% from 255) = 17.57%
BLUE value IS 64 (25.39% from 255) = 43.24%
R=39.19%
G=17.57%
B=43.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5826640.090.5900.75290.5342.2217.65
Hex3A1A4093B04B1232a12
Octal7232100117301134435222
Binary11101011010100000010011110110100101110010001110101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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