#3A1740

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

Shades of Mardi Gras #3A1740

Tints of Mardi Gras #3A1740

Color information

#3A1740 (or 0x3A1740) is unknown color: approx Mardi Gras. HEX triplet: 3A, 17 and 40. RGB value is (58,23,64). Sum of RGB (Red+Green+Blue) = 58+23+64=145 (19% of max value = 765). Red value is 58 (23.05% from 255 or 40% from 145); Green value is 23 (9.38% from 255 or 15.86% from 145); Blue value is 64 (25.39% from 255 or 44.14% from 145); Max value from RGB is 64 - color contains mainly: blue. Hex color #3A1740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A1740 is #C5E8BF. Grayscale: #262626. Windows color (decimal): -12970176 or 4200250. OLE color: 4200250.

HSL color Cylindrical-coordinate representation of color #3A1740: hue angle of 291.22º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A1740 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB582364-
CMYK0.090.6400.75
HSL291.22º47.13%17.06%-
HSV(B)291.22º64.06%25.1%-
XYZ2.981.885.06-
YUV38.14142.6142.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40%
GREEN value IS 23 (9.38% from 255) = 15.86%
BLUE value IS 64 (25.39% from 255) = 44.14%
R=40%
G=15.86%
B=44.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5823640.090.6400.75291.2247.1317.06
Hex3A174094004B1232f11
Octal72271001110001134435721
Binary111010101111000000100110000000100101110010001110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A1740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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