Html Css Color HEX #3A0139 Mardi Gras

📋 copy color: '#3A0139'

red 58 ◦ green 1 ◦ blue 57

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

Shades of Mardi Gras #3A0139

Tints of Mardi Gras #3A0139

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.86%

 BLUE value IS 57 (22.66% from 255) = 49.14%

R = 50%
G = 0.86%
B = 49.14%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.02

 K value IS 0.77

RGB Variations

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

Color information

#3A0139 (or 0x3A0139) is known color: Mardi Gras. HEX triplet: 3A, 01 and 39. RGB value is (58,1,57). Sum of RGB (Red+Green+Blue) = 58+1+57=116 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 57 (22.66% from 255 or 49.14% from 116); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0139 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0139 is #C5FEC6. Grayscale: #181818. Windows color (decimal): -12975815 or 3735866. OLE color: 3735866.

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

Color convert

RGB 58 1 57 -
CMYK 0 0.98 0.02 0.77
HSL 301.05º 0.97% 0.12% -
HSV(B) 301.05º 0.98% 0.23% -
XYZ 2.49 1.22 3.97 -
YUV 24.43 146.38 151.95 -
System Red Green Blue C M Y K H S L
Decimal 58 1 57 0 0.98 0.02 0.77 301.05 0.97 0.12
Hex 3A 1 39 0 62 2 4D 12D 61 C
Octal 72 1 71 0 142 2 115 455 141 14
Binary 111010 1 111001 0 1100010 10 1001101 100101101 1100001 1100

Color Harmonies of #3A0139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0139

Black with #3A0139

Text Example


Text Example

White with #3A0139

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,1,57); }

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

background-color css

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

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

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

border-color css

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

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

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