#3E0644

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

Shades of Mardi Gras #3E0644

Tints of Mardi Gras #3E0644

Color information

#3E0644 (or 0x3E0644) is unknown color: approx Mardi Gras. HEX triplet: 3E, 06 and 44. RGB value is (62,6,68). Sum of RGB (Red+Green+Blue) = 62+6+68=136 (18% of max value = 765). Red value is 62 (24.61% from 255 or 45.59% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 68 (26.95% from 255 or 50% from 136); Max value from RGB is 68 - color contains mainly: blue. Hex color #3E0644 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3E0644 is #C1F9BB. Grayscale: #1D1D1D. Windows color (decimal): -12712380 or 4458046. OLE color: 4458046.

HSL color Cylindrical-coordinate representation of color #3E0644: hue angle of 294.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #3E0644 is Cyan = 0.09, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB62668-
CMYK0.090.9100.73
HSL294.19º83.78%14.51%-
HSV(B)294.19º91.18%26.67%-
XYZ3.11.575.61-
YUV29.81149.55150.96-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 45.59%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 68 (26.95% from 255) = 50%
R=45.59%
G=4.41%
B=50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal626680.090.9100.73294.1983.7814.51
Hex3E64495B04912654f
Octal76610411133011144612417
Binary1111101101000100100110110110100100110010011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E0644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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