Html Css Color HEX #3E1A40 Mardi Gras

📋 copy color: '#3E1A40'

red 62 ◦ green 26 ◦ blue 64

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

Shades of Mardi Gras #3E1A40

Tints of Mardi Gras #3E1A40

RGB

 RED value IS 62 (24.61% from 255) = 40.79%

 GREEN value IS 26 (10.55% from 255) = 17.11%

 BLUE value IS 64 (25.39% from 255) = 42.11%

R = 40.79%
G = 17.11%
B = 42.11%

CMYK

 C value IS 0.03

 M value IS 0.59

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1A40 (or 0x3E1A40) is known color: Mardi Gras. HEX triplet: 3E, 1A and 40. RGB value is (62,26,64). Sum of RGB (Red+Green+Blue) = 62+26+64=152 (20% of max value = 765). Red value is 62 (24.61% from 255 or 40.79% from 152); Green value is 26 (10.55% from 255 or 17.11% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E1A40 is #C1E5BF. Grayscale: #282828. Windows color (decimal): -12707264 or 4201022. OLE color: 4201022.

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

Color convert

RGB 62 26 64 -
CMYK 0.03 0.59 0 0.75
HSL 296.84º 0.42% 0.18% -
HSV(B) 296.84º 0.59% 0.25% -
XYZ 3.28 2.13 5.09 -
YUV 41.1 140.93 142.91 -
System Red Green Blue C M Y K H S L
Decimal 62 26 64 0.03 0.59 0 0.75 296.84 0.42 0.18
Hex 3E 1A 40 3 3B 0 4B 129 2A 12
Octal 76 32 100 3 73 0 113 451 52 22
Binary 111110 11010 1000000 11 111011 0 1001011 100101001 101010 10010

Color Harmonies of #3E1A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1A40

Black with #3E1A40

Text Example


Text Example

White with #3E1A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E1A40;
 }
 .AnyTagClassName
 {
   color: #3E1A40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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