#3A2047

Color #3A2047 Jagger (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jagger #3A2047

Tints of Jagger #3A2047

Color information

#3A2047 (or 0x3A2047) is unknown color: approx Jagger. HEX triplet: 3A, 20 and 47. RGB value is (58,32,71). Sum of RGB (Red+Green+Blue) = 58+32+71=161 (21% of max value = 765). Red value is 58 (23.05% from 255 or 36.02% from 161); Green value is 32 (12.89% from 255 or 19.88% from 161); Blue value is 71 (28.12% from 255 or 44.10% from 161); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2047 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2047 is #C5DFB8. Grayscale: #2C2C2C. Windows color (decimal): -12967865 or 4661306. OLE color: 4661306.

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

Color convert

RGB583271-
CMYK0.180.5500.72
HSL280º37.86%20.2%-
HSV(B)280º54.93%27.84%-
XYZ3.42.396.24-
YUV44.22143.11137.83-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 36.02%
GREEN value IS 32 (12.89% from 255) = 19.88%
BLUE value IS 71 (28.12% from 255) = 44.10%
R=36.02%
G=19.88%
B=44.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5832710.180.5500.7228037.8620.2
Hex3A204712370481182614
Octal7240107226701104304624
Binary1110101000001000111100101101110100100010001100010011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3A2047;
 }
 .AnyTagClassName
 {
   color: #3A2047;
 }
</style>
background-color css

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

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

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

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

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

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