Html Css Color HEX #3F1C41 Mardi Gras

📋 copy color: '#3F1C41'

red 63 ◦ green 28 ◦ blue 65

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

Shades of Mardi Gras #3F1C41

Tints of Mardi Gras #3F1C41

RGB

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

 GREEN value IS 28 (11.33% from 255) = 17.95%

 BLUE value IS 65 (25.78% from 255) = 41.67%

R = 40.38%
G = 17.95%
B = 41.67%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3F1C41 (or 0x3F1C41) is known color: Mardi Gras. HEX triplet: 3F, 1C and 41. RGB value is (63,28,65). Sum of RGB (Red+Green+Blue) = 63+28+65=156 (20% of max value = 765). Red value is 63 (25% from 255 or 40.38% from 156); Green value is 28 (11.33% from 255 or 17.95% from 156); Blue value is 65 (25.78% from 255 or 41.67% from 156); Max value from RGB is 65 - color contains mainly: blue. Hex color #3F1C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F1C41 is #C0E3BE. Grayscale: #2A2A2A. Windows color (decimal): -12641215 or 4267071. OLE color: 4267071.

HSL color Cylindrical-coordinate representation of color #3F1C41: hue angle of 296.76º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F1C41 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 28 65 -
CMYK 0.03 0.57 0 0.75
HSL 296.76º 0.4% 0.18% -
HSV(B) 296.76º 0.57% 0.25% -
XYZ 3.42 2.27 5.26 -
YUV 42.68 140.6 142.49 -
System Red Green Blue C M Y K H S L
Decimal 63 28 65 0.03 0.57 0 0.75 296.76 0.4 0.18
Hex 3F 1C 41 3 39 0 4B 129 28 12
Octal 77 34 101 3 71 0 113 451 50 22
Binary 111111 11100 1000001 11 111001 0 1001011 100101001 101000 10010

Color Harmonies of #3F1C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F1C41

Black with #3F1C41

Text Example


Text Example

White with #3F1C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,28,65); }

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

background-color css

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

 a { background-color: rgb(63,28,65); }

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

border-color css

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

 span { border-color: rgb(63,28,65); }

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