Html Css Color HEX #3E053F Mardi Gras

📋 copy color: '#3E053F'

red 62 ◦ green 5 ◦ blue 63

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

Shades of Mardi Gras #3E053F

Tints of Mardi Gras #3E053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.85%

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

R = 47.69%
G = 3.85%
B = 48.46%

CMYK

 C value IS 0.02

 M value IS 0.92

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E053F (or 0x3E053F) is known color: Mardi Gras. HEX triplet: 3E, 05 and 3F. RGB value is (62,5,63). Sum of RGB (Red+Green+Blue) = 62+5+63=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 5 (2.34% from 255 or 3.85% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E053F is #C1FAC0. Grayscale: #1C1C1C. Windows color (decimal): -12712641 or 4130110. OLE color: 4130110.

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

Color convert

RGB 62 5 63 -
CMYK 0.02 0.92 0 0.75
HSL 298.97º 0.85% 0.13% -
HSV(B) 298.97º 0.92% 0.25% -
XYZ 2.94 1.49 4.84 -
YUV 28.66 147.38 151.78 -
System Red Green Blue C M Y K H S L
Decimal 62 5 63 0.02 0.92 0 0.75 298.97 0.85 0.13
Hex 3E 5 3F 2 5C 0 4B 12B 55 D
Octal 76 5 77 2 134 0 113 453 125 15
Binary 111110 101 111111 10 1011100 0 1001011 100101011 1010101 1101

Color Harmonies of #3E053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E053F

Black with #3E053F

Text Example


Text Example

White with #3E053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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