#3E053F

Color #3E053F Mardi Gras (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mardi Gras #3E053F

Tints of Mardi Gras #3E053F

Color information

#3E053F (or 0x3E053F) is unknown color: approx 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

RGB62563-
CMYK0.020.9200.75
HSL298.97º85.29%13.33%-
HSV(B)298.97º92.06%24.71%-
XYZ2.941.494.84-
YUV28.66147.38151.78-

RGB Variations

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

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 (Cyan) values IS 0.02
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal625630.020.9200.75298.9785.2913.33
Hex3E53F25C04B12b55d
Octal765772134011345312515
Binary1111101011111111010111000100101110010101110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E053F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>