Html Css Color HEX #3E1140 Mardi Gras

📋 copy color: '#3E1140'

red 62 ◦ green 17 ◦ blue 64

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

Shades of Mardi Gras #3E1140

Tints of Mardi Gras #3E1140

RGB

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

 GREEN value IS 17 (7.03% from 255) = 11.89%

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

R = 43.36%
G = 11.89%
B = 44.76%

CMYK

 C value IS 0.03

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E1140 (or 0x3E1140) is known color: Mardi Gras. HEX triplet: 3E, 11 and 40. RGB value is (62,17,64). Sum of RGB (Red+Green+Blue) = 62+17+64=143 (18% of max value = 765). Red value is 62 (24.61% from 255 or 43.36% from 143); Green value is 17 (7.03% from 255 or 11.89% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 64 - color contains mainly: blue. Hex color #3E1140 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E1140 is #C1EEBF. Grayscale: #232323. Windows color (decimal): -12709568 or 4198718. OLE color: 4198718.

HSL color Cylindrical-coordinate representation of color #3E1140: hue angle of 297.45º degrees, saturation: 0.58, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3E1140 is Cyan = 0.03, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 17 64 -
CMYK 0.03 0.73 0 0.75
HSL 297.45º 0.58% 0.16% -
HSV(B) 297.45º 0.73% 0.25% -
XYZ 3.11 1.8 5.03 -
YUV 35.81 143.91 146.68 -
System Red Green Blue C M Y K H S L
Decimal 62 17 64 0.03 0.73 0 0.75 297.45 0.58 0.16
Hex 3E 11 40 3 49 0 4B 129 3A 10
Octal 76 21 100 3 111 0 113 451 72 20
Binary 111110 10001 1000000 11 1001001 0 1001011 100101001 111010 10000

Color Harmonies of #3E1140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1140

Black with #3E1140

Text Example


Text Example

White with #3E1140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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