#3F0144

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

Shades of Mardi Gras #3F0144

Tints of Mardi Gras #3F0144

Color information

#3F0144 (or 0x3F0144) is unknown color: approx Mardi Gras. HEX triplet: 3F, 01 and 44. RGB value is (63,1,68). Sum of RGB (Red+Green+Blue) = 63+1+68=132 (17% of max value = 765). Red value is 63 (25% from 255 or 47.73% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 68 (26.95% from 255 or 51.52% from 132); Max value from RGB is 68 - color contains mainly: blue. Hex color #3F0144 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0144 is #C0FEBB. Grayscale: #1A1A1A. Windows color (decimal): -12648124 or 4456767. OLE color: 4456767.

HSL color Cylindrical-coordinate representation of color #3F0144: hue angle of 295.52º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3F0144 is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB63168-
CMYK0.070.9900.73
HSL295.52º97.1%13.53%-
HSV(B)295.52º98.53%26.67%-
XYZ3.11.55.59-
YUV27.18151.04153.55-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 47.73%
GREEN value IS 1 (0.78% from 255) = 0.76%
BLUE value IS 68 (26.95% from 255) = 51.52%
R=47.73%
G=0.76%
B=51.52%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal631680.070.9900.73295.5297.113.53
Hex3F14476304912861e
Octal7711047143011145014116
Binary1111111100010011111000110100100110010100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F0144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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