#3A043D

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

Shades of Mardi Gras #3A043D

Tints of Mardi Gras #3A043D

Color information

#3A043D (or 0x3A043D) is unknown color: approx Mardi Gras. HEX triplet: 3A, 04 and 3D. RGB value is (58,4,61). Sum of RGB (Red+Green+Blue) = 58+4+61=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A043D is #C5FBC2. Grayscale: #1A1A1A. Windows color (decimal): -12975043 or 3998778. OLE color: 3998778.

HSL color Cylindrical-coordinate representation of color #3A043D: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A043D is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB58461-
CMYK0.050.9300.76
HSL296.84º87.69%12.75%-
HSV(B)296.84º93.44%23.92%-
XYZ2.631.324.53-
YUV26.64147.39150.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 47.15%
GREEN value IS 4 (1.95% from 255) = 3.25%
BLUE value IS 61 (24.22% from 255) = 49.59%
R=47.15%
G=3.25%
B=49.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal584610.050.9300.76296.8487.6912.75
Hex3A43D55D04C12958d
Octal724755135011445113015
Binary11101010011110110110111010100110010010100110110001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A043D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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