Html Css Color HEX #3A063D Mardi Gras

📋 copy color: '#3A063D'

red 58 ◦ green 6 ◦ blue 61

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

Shades of Mardi Gras #3A063D

Tints of Mardi Gras #3A063D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.8%

 BLUE value IS 61 (24.22% from 255) = 48.8%

R = 46.4%
G = 4.8%
B = 48.8%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#3A063D (or 0x3A063D) is known color: Mardi Gras. HEX triplet: 3A, 06 and 3D. RGB value is (58,6,61). Sum of RGB (Red+Green+Blue) = 58+6+61=125 (16% of max value = 765). Red value is 58 (23.05% from 255 or 46.4% from 125); Green value is 6 (2.73% from 255 or 4.8% from 125); Blue value is 61 (24.22% from 255 or 48.8% from 125); Max value from RGB is 61 - color contains mainly: blue. Hex color #3A063D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #3A063D is #C5F9C2. Grayscale: #1B1B1B. Windows color (decimal): -12974531 or 3999290. OLE color: 3999290.

HSL color Cylindrical-coordinate representation of color #3A063D: hue angle of 296.73º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #3A063D is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 58 6 61 -
CMYK 0.05 0.90 0 0.76
HSL 296.73º 0.82% 0.13% -
HSV(B) 296.73º 0.9% 0.24% -
XYZ 2.65 1.37 4.54 -
YUV 27.82 146.73 149.53 -
System Red Green Blue C M Y K H S L
Decimal 58 6 61 0.05 0.90 0 0.76 296.73 0.82 0.13
Hex 3A 6 3D 5 5A 0 4C 129 52 D
Octal 72 6 75 5 132 0 114 451 122 15
Binary 111010 110 111101 101 1011010 0 1001100 100101001 1010010 1101

Color Harmonies of #3A063D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A063D

Black with #3A063D

Text Example


Text Example

White with #3A063D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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