Html Css Color HEX #3A1740 Mardi Gras

📋 copy color: '#3A1740'

red 58 ◦ green 23 ◦ blue 64

#3A1740
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3A1740

Tints of Mardi Gras #3A1740

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 value IS 0.09

 M value IS 0.64

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A1740 (or 0x3A1740) is known color: 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

RGB 58 23 64 -
CMYK 0.09 0.64 0 0.75
HSL 291.22º 0.47% 0.17% -
HSV(B) 291.22º 0.64% 0.25% -
XYZ 2.98 1.88 5.06 -
YUV 38.14 142.6 142.17 -
System Red Green Blue C M Y K H S L
Decimal 58 23 64 0.09 0.64 0 0.75 291.22 0.47 0.17
Hex 3A 17 40 9 40 0 4B 123 2F 11
Octal 72 27 100 11 100 0 113 443 57 21
Binary 111010 10111 1000000 1001 1000000 0 1001011 100100011 101111 10001

Color Harmonies of #3A1740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A1740

Black with #3A1740

Text Example


Text Example

White with #3A1740

Text Example


Text Example

HTML Codes & Css Web 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>