#3D0743

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

Shades of Mardi Gras #3D0743

Tints of Mardi Gras #3D0743

Color information

#3D0743 (or 0x3D0743) is unknown color: approx Mardi Gras. HEX triplet: 3D, 07 and 43. RGB value is (61,7,67). Sum of RGB (Red+Green+Blue) = 61+7+67=135 (17% of max value = 765). Red value is 61 (24.22% from 255 or 45.19% from 135); Green value is 7 (3.12% from 255 or 5.19% from 135); Blue value is 67 (26.56% from 255 or 49.63% from 135); Max value from RGB is 67 - color contains mainly: blue. Hex color #3D0743 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D0743 is #C2F8BC. Grayscale: #1D1D1D. Windows color (decimal): -12777661 or 4392765. OLE color: 4392765.

HSL color Cylindrical-coordinate representation of color #3D0743: hue angle of 294º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3D0743 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB61767-
CMYK0.090.9000.74
HSL294º81.08%14.51%-
HSV(B)294º89.55%26.27%-
XYZ3.011.555.45-
YUV29.99148.89150.12-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 45.19%
GREEN value IS 7 (3.12% from 255) = 5.19%
BLUE value IS 67 (26.56% from 255) = 49.63%
R=45.19%
G=5.19%
B=49.63%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal617670.090.9000.7429481.0814.51
Hex3D74395A04A12651f
Octal75710311132011244612117
Binary1111011111000011100110110100100101010010011010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D0743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,7,67); }

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

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

 a { background-color: rgb(61,7,67); }

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

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

 span { border-color: rgb(61,7,67); }

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