Html Css Color HEX #3A2B47 Jagger

📋 copy color: '#3A2B47'

red 58 ◦ green 43 ◦ blue 71

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

Shades of Jagger #3A2B47

Tints of Jagger #3A2B47

RGB

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

 GREEN value IS 43 (17.19% from 255) = 25%

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

R = 33.72%
G = 25%
B = 41.28%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#3A2B47 (or 0x3A2B47) is known color: Jagger. HEX triplet: 3A, 2B and 47. RGB value is (58,43,71). Sum of RGB (Red+Green+Blue) = 58+43+71=172 (22% of max value = 765). Red value is 58 (23.05% from 255 or 33.72% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 71 (28.12% from 255 or 41.28% from 172); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2B47 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2B47 is #C5D4B8. Grayscale: #323232. Windows color (decimal): -12965049 or 4664122. OLE color: 4664122.

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

Color convert

RGB 58 43 71 -
CMYK 0.18 0.39 0 0.72
HSL 272.14º 0.25% 0.22% -
HSV(B) 272.14º 0.39% 0.28% -
XYZ 3.75 3.08 6.36 -
YUV 50.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 58 43 71 0.18 0.39 0 0.72 272.14 0.25 0.22
Hex 3A 2B 47 12 27 0 48 110 19 16
Octal 72 53 107 22 47 0 110 420 31 26
Binary 111010 101011 1000111 10010 100111 0 1001000 100010000 11001 10110

Color Harmonies of #3A2B47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A2B47

Black with #3A2B47

Text Example


Text Example

White with #3A2B47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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