Html Css Color HEX #3D013A Mardi Gras

📋 copy color: '#3D013A'

red 61 ◦ green 1 ◦ blue 58

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

Shades of Mardi Gras #3D013A

Tints of Mardi Gras #3D013A

RGB

 RED value IS 61 (24.22% from 255) = 50.83%

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

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

R = 50.83%
G = 0.83%
B = 48.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.05

 K value IS 0.76

RGB Variations

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

Color information

#3D013A (or 0x3D013A) is known color: Mardi Gras. HEX triplet: 3D, 01 and 3A. RGB value is (61,1,58). Sum of RGB (Red+Green+Blue) = 61+1+58=120 (15% of max value = 765). Red value is 61 (24.22% from 255 or 50.83% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 61 - color contains mainly: red. Hex color #3D013A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3D013A is #C2FEC5. Grayscale: #191919. Windows color (decimal): -12779206 or 3801405. OLE color: 3801405.

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

Color convert

RGB 61 1 58 -
CMYK 0 0.98 0.05 0.76
HSL 303º 0.97% 0.12% -
HSV(B) 303º 0.98% 0.24% -
XYZ 2.7 1.32 4.12 -
YUV 25.44 146.38 153.37 -
System Red Green Blue C M Y K H S L
Decimal 61 1 58 0 0.98 0.05 0.76 303 0.97 0.12
Hex 3D 1 3A 0 62 5 4C 12F 61 C
Octal 75 1 72 0 142 5 114 457 141 14
Binary 111101 1 111010 0 1100010 101 1001100 100101111 1100001 1100

Color Harmonies of #3D013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D013A

Black with #3D013A

Text Example


Text Example

White with #3D013A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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