Html Css Color HEX #3A2C47 Jagger

📋 copy color: '#3A2C47'

red 58 ◦ green 44 ◦ blue 71

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

Shades of Jagger #3A2C47

Tints of Jagger #3A2C47

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25.43%

 BLUE value IS 71 (28.13% from 255) = 41.04%

R = 33.53%
G = 25.43%
B = 41.04%

CMYK

 C value IS 0.18

 M value IS 0.38

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2C47 (or 0x3A2C47) is known color: Jagger. HEX triplet: 3A, 2C and 47. RGB value is (58,44,71). Sum of RGB (Red+Green+Blue) = 58+44+71=173 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.53% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 71 (28.12% from 255 or 41.04% from 173); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2C47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C47 is #C5D3B8. Grayscale: #333333. Windows color (decimal): -12964793 or 4664378. OLE color: 4664378.

HSL color Cylindrical-coordinate representation of color #3A2C47: hue angle of 271.11º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A2C47 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 58 44 71 -
CMYK 0.18 0.38 0 0.72
HSL 271.11º 0.23% 0.23% -
HSV(B) 271.11º 0.38% 0.28% -
XYZ 3.78 3.16 6.37 -
YUV 51.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 58 44 71 0.18 0.38 0 0.72 271.11 0.23 0.23
Hex 3A 2C 47 12 26 0 48 10F 17 17
Octal 72 54 107 22 46 0 110 417 27 27
Binary 111010 101100 1000111 10010 100110 0 1001000 100001111 10111 10111

Color Harmonies of #3A2C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2C47

Black with #3A2C47

Text Example


Text Example

White with #3A2C47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,44,71); }

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

background-color css

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

 a { background-color: rgb(58,44,71); }

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

border-color css

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

 span { border-color: rgb(58,44,71); }

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