Html Css Color HEX #3A043A Mardi Gras

📋 copy color: '#3A043A'

red 58 ◦ green 4 ◦ blue 58

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

Shades of Mardi Gras #3A043A

Tints of Mardi Gras #3A043A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 48.33%

R = 48.33%
G = 3.33%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#3A043A (or 0x3A043A) is known color: Mardi Gras. HEX triplet: 3A, 04 and 3A. RGB value is (58,4,58). Sum of RGB (Red+Green+Blue) = 58+4+58=120 (15% of max value = 765). Red value is 58 (23.05% from 255 or 48.33% from 120); Green value is 4 (1.95% from 255 or 3.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: red, blue. Hex color #3A043A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A043A is #C5FBC5. Grayscale: #1A1A1A. Windows color (decimal): -12975046 or 3802170. OLE color: 3802170.

HSL color Cylindrical-coordinate representation of color #3A043A: hue angle of 300º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #3A043A is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 4 58 -
CMYK 0 0.93 0 0.77
HSL 300º 0.87% 0.12% -
HSV(B) 300º 0.93% 0.23% -
XYZ 2.55 1.29 4.12 -
YUV 26.3 145.89 150.61 -
System Red Green Blue C M Y K H S L
Decimal 58 4 58 0 0.93 0 0.77 300 0.87 0.12
Hex 3A 4 3A 0 5D 0 4D 12C 57 C
Octal 72 4 72 0 135 0 115 454 127 14
Binary 111010 100 111010 0 1011101 0 1001101 100101100 1010111 1100

Color Harmonies of #3A043A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A043A

Black with #3A043A

Text Example


Text Example

White with #3A043A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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