#3C0740

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

Shades of Mardi Gras #3C0740

Tints of Mardi Gras #3C0740

Color information

#3C0740 (or 0x3C0740) is unknown color: approx Mardi Gras. HEX triplet: 3C, 07 and 40. RGB value is (60,7,64). Sum of RGB (Red+Green+Blue) = 60+7+64=131 (17% of max value = 765). Red value is 60 (23.83% from 255 or 45.80% from 131); Green value is 7 (3.12% from 255 or 5.34% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #3C0740 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3C0740 is #C3F8BF. Grayscale: #1D1D1D. Windows color (decimal): -12843200 or 4196156. OLE color: 4196156.

HSL color Cylindrical-coordinate representation of color #3C0740: hue angle of 295.79º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3C0740 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB60764-
CMYK0.060.8900.75
HSL295.79º80.28%13.92%-
HSV(B)295.79º89.06%25.1%-
XYZ2.861.484.99-
YUV29.34147.56149.87-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 45.80%
GREEN value IS 7 (3.12% from 255) = 5.34%
BLUE value IS 64 (25.39% from 255) = 48.85%
R=45.80%
G=5.34%
B=48.85%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal607640.060.8900.75295.7980.2813.92
Hex3C74065904B12850e
Octal7471006131011345012016
Binary111100111100000011010110010100101110010100010100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C0740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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