Html Css Color HEX #3C2040 Mardi Gras

📋 copy color: '#3C2040'

red 60 ◦ green 32 ◦ blue 64

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

Shades of Mardi Gras #3C2040

Tints of Mardi Gras #3C2040

RGB

 RED value IS 60 (23.83% from 255) = 38.46%

 GREEN value IS 32 (12.89% from 255) = 20.51%

 BLUE value IS 64 (25.39% from 255) = 41.03%

R = 38.46%
G = 20.51%
B = 41.03%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C2040 (or 0x3C2040) is known color: Mardi Gras. HEX triplet: 3C, 20 and 40. RGB value is (60,32,64). Sum of RGB (Red+Green+Blue) = 60+32+64=156 (20% of max value = 765). Red value is 60 (23.83% from 255 or 38.46% from 156); Green value is 32 (12.89% from 255 or 20.51% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C2040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2040 is #C3DFBF. Grayscale: #2B2B2B. Windows color (decimal): -12836800 or 4202556. OLE color: 4202556.

HSL color Cylindrical-coordinate representation of color #3C2040: hue angle of 292.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3C2040 is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 60 32 64 -
CMYK 0.06 0.50 0 0.75
HSL 292.5º 0.33% 0.19% -
HSV(B) 292.5º 0.5% 0.25% -
XYZ 3.31 2.36 5.13 -
YUV 44.02 139.28 139.4 -
System Red Green Blue C M Y K H S L
Decimal 60 32 64 0.06 0.50 0 0.75 292.5 0.33 0.19
Hex 3C 20 40 6 32 0 4B 124 21 13
Octal 74 40 100 6 62 0 113 444 41 23
Binary 111100 100000 1000000 110 110010 0 1001011 100100100 100001 10011

Color Harmonies of #3C2040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C2040

Black with #3C2040

Text Example


Text Example

White with #3C2040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,32,64); }

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

background-color css

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

 a { background-color: rgb(60,32,64); }

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

border-color css

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

 span { border-color: rgb(60,32,64); }

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