Html Css Color HEX #3C0740 Mardi Gras

📋 copy color: '#3C0740'

red 60 ◦ green 7 ◦ blue 64

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

Shades of Mardi Gras #3C0740

Tints of Mardi Gras #3C0740

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.34%

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

R = 45.8%
G = 5.34%
B = 48.85%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C0740 (or 0x3C0740) is known color: 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

RGB 60 7 64 -
CMYK 0.06 0.89 0 0.75
HSL 295.79º 0.8% 0.14% -
HSV(B) 295.79º 0.89% 0.25% -
XYZ 2.86 1.48 4.99 -
YUV 29.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 60 7 64 0.06 0.89 0 0.75 295.79 0.8 0.14
Hex 3C 7 40 6 59 0 4B 128 50 E
Octal 74 7 100 6 131 0 113 450 120 16
Binary 111100 111 1000000 110 1011001 0 1001011 100101000 1010000 1110

Color Harmonies of #3C0740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C0740

Black with #3C0740

Text Example


Text Example

White with #3C0740

Text Example


Text Example

HTML Codes & Css Web 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>