Html Css Color HEX #3E023F Mardi Gras

📋 copy color: '#3E023F'

red 62 ◦ green 2 ◦ blue 63

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

Shades of Mardi Gras #3E023F

Tints of Mardi Gras #3E023F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.57%

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

R = 48.82%
G = 1.57%
B = 49.61%

CMYK

 C value IS 0.02

 M value IS 0.97

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E023F (or 0x3E023F) is known color: Mardi Gras. HEX triplet: 3E, 02 and 3F. RGB value is (62,2,63). Sum of RGB (Red+Green+Blue) = 62+2+63=127 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.82% from 127); Green value is 2 (1.17% from 255 or 1.57% from 127); Blue value is 63 (25% from 255 or 49.61% from 127); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E023F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E023F is #C1FDC0. Grayscale: #1A1A1A. Windows color (decimal): -12713409 or 4129342. OLE color: 4129342.

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

Color convert

RGB 62 2 63 -
CMYK 0.02 0.97 0 0.75
HSL 299.02º 0.94% 0.13% -
HSV(B) 299.02º 0.97% 0.25% -
XYZ 2.91 1.43 4.82 -
YUV 26.89 148.38 153.04 -
System Red Green Blue C M Y K H S L
Decimal 62 2 63 0.02 0.97 0 0.75 299.02 0.94 0.13
Hex 3E 2 3F 2 61 0 4B 12B 5E D
Octal 76 2 77 2 141 0 113 453 136 15
Binary 111110 10 111111 10 1100001 0 1001011 100101011 1011110 1101

Color Harmonies of #3E023F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E023F

Black with #3E023F

Text Example


Text Example

White with #3E023F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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