Html Css Color HEX #3E073F Mardi Gras

📋 copy color: '#3E073F'

red 62 ◦ green 7 ◦ blue 63

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

Shades of Mardi Gras #3E073F

Tints of Mardi Gras #3E073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.3%

 BLUE value IS 63 (25% from 255) = 47.73%

R = 46.97%
G = 5.3%
B = 47.73%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E073F (or 0x3E073F) is known color: Mardi Gras. HEX triplet: 3E, 07 and 3F. RGB value is (62,7,63). Sum of RGB (Red+Green+Blue) = 62+7+63=132 (17% of max value = 765). Red value is 62 (24.61% from 255 or 46.97% from 132); Green value is 7 (3.12% from 255 or 5.30% from 132); Blue value is 63 (25% from 255 or 47.73% from 132); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E073F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E073F is #C1F8C0. Grayscale: #1D1D1D. Windows color (decimal): -12712129 or 4130622. OLE color: 4130622.

HSL color Cylindrical-coordinate representation of color #3E073F: hue angle of 298.93º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3E073F is Cyan = 0.02, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 62 7 63 -
CMYK 0.02 0.89 0 0.75
HSL 298.93º 0.8% 0.14% -
HSV(B) 298.93º 0.89% 0.25% -
XYZ 2.96 1.53 4.84 -
YUV 29.83 146.72 150.95 -
System Red Green Blue C M Y K H S L
Decimal 62 7 63 0.02 0.89 0 0.75 298.93 0.8 0.14
Hex 3E 7 3F 2 59 0 4B 12B 50 E
Octal 76 7 77 2 131 0 113 453 120 16
Binary 111110 111 111111 10 1011001 0 1001011 100101011 1010000 1110

Color Harmonies of #3E073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E073F

Black with #3E073F

Text Example


Text Example

White with #3E073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,7,63); }

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

background-color css

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

 a { background-color: rgb(62,7,63); }

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

border-color css

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

 span { border-color: rgb(62,7,63); }

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