Html Css Color HEX #3A043D Mardi Gras

📋 copy color: '#3A043D'

red 58 ◦ green 4 ◦ blue 61

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

Shades of Mardi Gras #3A043D

Tints of Mardi Gras #3A043D

RGB

 RED value IS 58 (23.05% from 255) = 47.15%

 GREEN value IS 4 (1.95% from 255) = 3.25%

 BLUE value IS 61 (24.22% from 255) = 49.59%

R = 47.15%
G = 3.25%
B = 49.59%

CMYK

 C value IS 0.05

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A043D (or 0x3A043D) is known color: Mardi Gras. HEX triplet: 3A, 04 and 3D. RGB value is (58,4,61). Sum of RGB (Red+Green+Blue) = 58+4+61=123 (16% of max value = 765). Red value is 58 (23.05% from 255 or 47.15% from 123); Green value is 4 (1.95% from 255 or 3.25% from 123); Blue value is 61 (24.22% from 255 or 49.59% from 123); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A043D is #C5FBC2. Grayscale: #1A1A1A. Windows color (decimal): -12975043 or 3998778. OLE color: 3998778.

HSL color Cylindrical-coordinate representation of color #3A043D: hue angle of 296.84º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A043D is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 4 61 -
CMYK 0.05 0.93 0 0.76
HSL 296.84º 0.88% 0.13% -
HSV(B) 296.84º 0.93% 0.24% -
XYZ 2.63 1.32 4.53 -
YUV 26.64 147.39 150.37 -
System Red Green Blue C M Y K H S L
Decimal 58 4 61 0.05 0.93 0 0.76 296.84 0.88 0.13
Hex 3A 4 3D 5 5D 0 4C 129 58 D
Octal 72 4 75 5 135 0 114 451 130 15
Binary 111010 100 111101 101 1011101 0 1001100 100101001 1011000 1101

Color Harmonies of #3A043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A043D

Black with #3A043D

Text Example


Text Example

White with #3A043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,4,61); }

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

background-color css

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

 a { background-color: rgb(58,4,61); }

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

border-color css

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

 span { border-color: rgb(58,4,61); }

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