Html Css Color HEX #3A0137 Mardi Gras

📋 copy color: '#3A0137'

red 58 ◦ green 1 ◦ blue 55

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

Shades of Mardi Gras #3A0137

Tints of Mardi Gras #3A0137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 48.25%

R = 50.88%
G = 0.88%
B = 48.25%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.77

RGB Variations

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

Color information

#3A0137 (or 0x3A0137) is known color: Mardi Gras. HEX triplet: 3A, 01 and 37. RGB value is (58,1,55). Sum of RGB (Red+Green+Blue) = 58+1+55=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 1 (0.78% from 255 or 0.88% from 114); Blue value is 55 (21.88% from 255 or 48.25% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A0137 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A0137 is #C5FEC8. Grayscale: #181818. Windows color (decimal): -12975817 or 3604794. OLE color: 3604794.

HSL color Cylindrical-coordinate representation of color #3A0137: hue angle of 303.16º 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 #3A0137 is Cyan = 0, Magento = 0.98, Yellow = 0.05 and Black (K on CMYK) = 0.77.

Color convert

RGB 58 1 55 -
CMYK 0 0.98 0.05 0.77
HSL 303.16º 0.97% 0.12% -
HSV(B) 303.16º 0.98% 0.23% -
XYZ 2.45 1.2 3.72 -
YUV 24.2 145.38 152.11 -
System Red Green Blue C M Y K H S L
Decimal 58 1 55 0 0.98 0.05 0.77 303.16 0.97 0.12
Hex 3A 1 37 0 62 5 4D 12F 61 C
Octal 72 1 67 0 142 5 115 457 141 14
Binary 111010 1 110111 0 1100010 101 1001101 100101111 1100001 1100

Color Harmonies of #3A0137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A0137

Black with #3A0137

Text Example


Text Example

White with #3A0137

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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