#3E0842

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

Shades of Mardi Gras #3E0842

Tints of Mardi Gras #3E0842

Color information

#3E0842 (or 0x3E0842) is unknown color: approx Mardi Gras. HEX triplet: 3E, 08 and 42. RGB value is (62,8,66). Sum of RGB (Red+Green+Blue) = 62+8+66=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 8 (3.52% from 255 or 5.88% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #3E0842 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0842 is #C1F7BD. Grayscale: #1E1E1E. Windows color (decimal): -12711870 or 4327486. OLE color: 4327486.

HSL color Cylindrical-coordinate representation of color #3E0842: hue angle of 295.86º degrees, saturation: 0.78, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #3E0842 is Cyan = 0.06, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB62866-
CMYK0.060.8800.74
HSL295.86º78.38%14.51%-
HSV(B)295.86º87.88%25.88%-
XYZ3.061.595.3-
YUV30.76147.89150.28-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 8 (3.52% from 255) = 5.88%
BLUE value IS 66 (26.17% from 255) = 48.53%
R=45.59%
G=5.88%
B=48.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal628660.060.8800.74295.8678.3814.51
Hex3E84265804A1284ef
Octal76101026130011245011617
Binary1111101000100001011010110000100101010010100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,8,66); }

 H1.HeaderClassName
 {
   color: #3E0842;
 }
 .AnyTagClassName
 {
   color: #3E0842;
 }
</style>
background-color css

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

 a { background-color: rgb(62,8,66); }

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

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

 span { border-color: rgb(62,8,66); }

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