#3A2647

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

Shades of Jagger #3A2647

Tints of Jagger #3A2647

Color information

#3A2647 (or 0x3A2647) is unknown color: approx Jagger. HEX triplet: 3A, 26 and 47. RGB value is (58,38,71). Sum of RGB (Red+Green+Blue) = 58+38+71=167 (22% of max value = 765). Red value is 58 (23.05% from 255 or 34.73% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 71 (28.12% from 255 or 42.51% from 167); Max value from RGB is 71 - color contains mainly: blue. Hex color #3A2647 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2647 is #C5D9B8. Grayscale: #2F2F2F. Windows color (decimal): -12966329 or 4662842. OLE color: 4662842.

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

Color convert

RGB583871-
CMYK0.180.4600.72
HSL276.36º30.28%21.37%-
HSV(B)276.36º46.48%27.84%-
XYZ3.582.746.3-
YUV47.74141.13135.32-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 34.73%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 71 (28.12% from 255) = 42.51%
R=34.73%
G=22.75%
B=42.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5838710.180.4600.72276.3630.2821.37
Hex3A2647122E0481141e15
Octal7246107225601104243625
Binary111010100110100011110010101110010010001000101001111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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