Html Css Color HEX #3F0142 Mardi Gras

📋 copy color: '#3F0142'

red 63 ◦ green 1 ◦ blue 66

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

Shades of Mardi Gras #3F0142

Tints of Mardi Gras #3F0142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 50.77%

R = 48.46%
G = 0.77%
B = 50.77%

CMYK

 C value IS 0.05

 M value IS 0.98

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#3F0142 (or 0x3F0142) is known color: Mardi Gras. HEX triplet: 3F, 01 and 42. RGB value is (63,1,66). Sum of RGB (Red+Green+Blue) = 63+1+66=130 (17% of max value = 765). Red value is 63 (25% from 255 or 48.46% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 66 (26.17% from 255 or 50.77% from 130); Max value from RGB is 66 - color contains mainly: blue. Hex color #3F0142 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3F0142 is #C0FEBD. Grayscale: #1A1A1A. Windows color (decimal): -12648126 or 4325695. OLE color: 4325695.

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

Color convert

RGB 63 1 66 -
CMYK 0.05 0.98 0 0.74
HSL 297.23º 0.97% 0.13% -
HSV(B) 297.23º 0.98% 0.26% -
XYZ 3.04 1.47 5.28 -
YUV 26.95 150.04 153.71 -
System Red Green Blue C M Y K H S L
Decimal 63 1 66 0.05 0.98 0 0.74 297.23 0.97 0.13
Hex 3F 1 42 5 62 0 4A 129 61 D
Octal 77 1 102 5 142 0 112 451 141 15
Binary 111111 1 1000010 101 1100010 0 1001010 100101001 1100001 1101

Color Harmonies of #3F0142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F0142

Black with #3F0142

Text Example


Text Example

White with #3F0142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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