Html Css Color HEX #3A314A Martinique

📋 copy color: '#3A314A'

red 58 ◦ green 49 ◦ blue 74

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

Shades of Martinique #3A314A

Tints of Martinique #3A314A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.07%

 BLUE value IS 74 (29.3% from 255) = 40.88%

R = 32.04%
G = 27.07%
B = 40.88%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#3A314A (or 0x3A314A) is known color: Martinique. HEX triplet: 3A, 31 and 4A. RGB value is (58,49,74). Sum of RGB (Red+Green+Blue) = 58+49+74=181 (23% of max value = 765). Red value is 58 (23.05% from 255 or 32.04% from 181); Green value is 49 (19.53% from 255 or 27.07% from 181); Blue value is 74 (29.30% from 255 or 40.88% from 181); Max value from RGB is 74 - color contains mainly: blue. Hex color #3A314A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A314A is #C5CEB5. Grayscale: #363636. Windows color (decimal): -12963510 or 4862266. OLE color: 4862266.

HSL color Cylindrical-coordinate representation of color #3A314A: hue angle of 261.6º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3A314A is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 58 49 74 -
CMYK 0.22 0.34 0 0.71
HSL 261.6º 0.2% 0.24% -
HSV(B) 261.6º 0.34% 0.29% -
XYZ 4.08 3.59 6.96 -
YUV 54.54 138.98 130.47 -
System Red Green Blue C M Y K H S L
Decimal 58 49 74 0.22 0.34 0 0.71 261.6 0.2 0.24
Hex 3A 31 4A 16 22 0 47 106 14 18
Octal 72 61 112 26 42 0 107 406 24 30
Binary 111010 110001 1001010 10110 100010 0 1000111 100000110 10100 11000

Color Harmonies of #3A314A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A314A

Black with #3A314A

Text Example


Text Example

White with #3A314A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,49,74); }

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

background-color css

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

 a { background-color: rgb(58,49,74); }

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

border-color css

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

 span { border-color: rgb(58,49,74); }

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