Html Css Color HEX #3E063F Mardi Gras

📋 copy color: '#3E063F'

red 62 ◦ green 6 ◦ blue 63

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

Shades of Mardi Gras #3E063F

Tints of Mardi Gras #3E063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.58%

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

R = 47.33%
G = 4.58%
B = 48.09%

CMYK

 C value IS 0.02

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3E063F (or 0x3E063F) is known color: Mardi Gras. HEX triplet: 3E, 06 and 3F. RGB value is (62,6,63). Sum of RGB (Red+Green+Blue) = 62+6+63=131 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.33% from 131); Green value is 6 (2.73% from 255 or 4.58% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #3E063F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E063F is #C1F9C0. Grayscale: #1D1D1D. Windows color (decimal): -12712385 or 4130366. OLE color: 4130366.

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

Color convert

RGB 62 6 63 -
CMYK 0.02 0.90 0 0.75
HSL 298.95º 0.83% 0.14% -
HSV(B) 298.95º 0.9% 0.25% -
XYZ 2.95 1.51 4.84 -
YUV 29.24 147.05 151.37 -
System Red Green Blue C M Y K H S L
Decimal 62 6 63 0.02 0.90 0 0.75 298.95 0.83 0.14
Hex 3E 6 3F 2 5A 0 4B 12B 53 E
Octal 76 6 77 2 132 0 113 453 123 16
Binary 111110 110 111111 10 1011010 0 1001011 100101011 1010011 1110

Color Harmonies of #3E063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E063F

Black with #3E063F

Text Example


Text Example

White with #3E063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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