#3F0744

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

Shades of Mardi Gras #3F0744

Tints of Mardi Gras #3F0744

Color information

#3F0744 (or 0x3F0744) is unknown color: approx Mardi Gras. HEX triplet: 3F, 07 and 44. RGB value is (63,7,68). Sum of RGB (Red+Green+Blue) = 63+7+68=138 (18% of max value = 765). Red value is 63 (25% from 255 or 45.65% from 138); Green value is 7 (3.12% from 255 or 5.07% from 138); Blue value is 68 (26.95% from 255 or 49.28% from 138); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F0744 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0744 is #C0F8BB. Grayscale: #1E1E1E. Windows color (decimal): -12646588 or 4458303. OLE color: 4458303.

HSL color Cylindrical-coordinate representation of color #3F0744: hue angle of 295.08º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3F0744 is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63768-
CMYK0.070.9000.73
HSL295.08º81.33%14.71%-
HSV(B)295.08º89.71%26.67%-
XYZ3.171.635.62-
YUV30.7149.05151.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 45.65%
GREEN value IS 7 (3.12% from 255) = 5.07%
BLUE value IS 68 (26.95% from 255) = 49.28%
R=45.65%
G=5.07%
B=49.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal637680.070.9000.73295.0881.3314.71
Hex3F74475A04912751f
Octal7771047132011144712117
Binary111111111100010011110110100100100110010011110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,7,68); }

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

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

 a { background-color: rgb(63,7,68); }

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

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

 span { border-color: rgb(63,7,68); }

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