Html Css Color HEX #3F0139 Mardi Gras

📋 copy color: '#3F0139'

red 63 ◦ green 1 ◦ blue 57

#3F0139
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mardi Gras #3F0139

Tints of Mardi Gras #3F0139

RGB

 RED value IS 63 (25% from 255) = 52.07%

 GREEN value IS 1 (0.78% from 255) = 0.83%

 BLUE value IS 57 (22.66% from 255) = 47.11%

R = 52.07%
G = 0.83%
B = 47.11%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.75

RGB Variations

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

Color information

#3F0139 (or 0x3F0139) is known color: Mardi Gras. HEX triplet: 3F, 01 and 39. RGB value is (63,1,57). Sum of RGB (Red+Green+Blue) = 63+1+57=121 (16% of max value = 765). Red value is 63 (25% from 255 or 52.07% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 57 (22.66% from 255 or 47.11% from 121); Max value from RGB is 63 - color contains mainly: red. Hex color #3F0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0139 is #C0FEC6. Grayscale: #191919. Windows color (decimal): -12648135 or 3735871. OLE color: 3735871.

HSL color Cylindrical-coordinate representation of color #3F0139: hue angle of 305.81º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3F0139 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 1 57 -
CMYK 0 0.98 0.10 0.75
HSL 305.81º 0.97% 0.13% -
HSV(B) 305.81º 0.98% 0.25% -
XYZ 2.8 1.37 3.99 -
YUV 25.92 145.54 154.45 -
System Red Green Blue C M Y K H S L
Decimal 63 1 57 0 0.98 0.10 0.75 305.81 0.97 0.13
Hex 3F 1 39 0 62 A 4B 132 61 D
Octal 77 1 71 0 142 12 113 462 141 15
Binary 111111 1 111001 0 1100010 1010 1001011 100110010 1100001 1101

Color Harmonies of #3F0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0139

Black with #3F0139

Text Example


Text Example

White with #3F0139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F0139;
 }
 .AnyTagClassName
 {
   color: #3F0139;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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