Html Css Color HEX #3A113F Mardi Gras

📋 copy color: '#3A113F'

red 58 ◦ green 17 ◦ blue 63

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

Shades of Mardi Gras #3A113F

Tints of Mardi Gras #3A113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.32%

 BLUE value IS 63 (25% from 255) = 45.65%

R = 42.03%
G = 12.32%
B = 45.65%

CMYK

 C value IS 0.08

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A113F (or 0x3A113F) is known color: Mardi Gras. HEX triplet: 3A, 11 and 3F. RGB value is (58,17,63). Sum of RGB (Red+Green+Blue) = 58+17+63=138 (18% of max value = 765). Red value is 58 (23.05% from 255 or 42.03% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 63 (25% from 255 or 45.65% from 138); Max value from RGB is 63 - color contains mainly: blue. Hex color #3A113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A113F is #C5EEC0. Grayscale: #222222. Windows color (decimal): -12971713 or 4133178. OLE color: 4133178.

HSL color Cylindrical-coordinate representation of color #3A113F: hue angle of 293.48º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A113F is Cyan = 0.08, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 17 63 -
CMYK 0.08 0.73 0 0.75
HSL 293.48º 0.58% 0.16% -
HSV(B) 293.48º 0.73% 0.25% -
XYZ 2.84 1.66 4.87 -
YUV 34.5 144.08 144.76 -
System Red Green Blue C M Y K H S L
Decimal 58 17 63 0.08 0.73 0 0.75 293.48 0.58 0.16
Hex 3A 11 3F 8 49 0 4B 125 3A 10
Octal 72 21 77 10 111 0 113 445 72 20
Binary 111010 10001 111111 1000 1001001 0 1001011 100100101 111010 10000

Color Harmonies of #3A113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A113F

Black with #3A113F

Text Example


Text Example

White with #3A113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,17,63); }

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

background-color css

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

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

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

border-color css

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

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

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